rpms/util-vserver/F-7 util-vserver.spec, 1.24, 1.25 sources, 1.10, 1.11 util-vserver-0.30.212-pagesize.patch, 1.2, NONE

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Fri Jun 1 07:05:45 UTC 2007


Author: ensc

Update of /cvs/extras/rpms/util-vserver/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31149/F-7

Modified Files:
	util-vserver.spec sources 
Removed Files:
	util-vserver-0.30.212-pagesize.patch 
Log Message:
- updated to 0.30.213
- disabled dietlibc build for PPC64
- enabled support for 'util-vserver' initscript
- BR some tools tested by ./configure



Index: util-vserver.spec
===================================================================
RCS file: /cvs/extras/rpms/util-vserver/F-7/util-vserver.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- util-vserver.spec	19 Jan 2007 05:36:29 -0000	1.24
+++ util-vserver.spec	1 Jun 2007 07:05:05 -0000	1.25
@@ -5,7 +5,14 @@
 ## --with    xalan           ...   require/use the xalan xslt processor
 
 ## Fedora Extras specific customization below...
+
+%ifarch ppc64
+%bcond_with		dietlibc
+%else
 %bcond_without		dietlibc
+%endif
+
+%bcond_with		xalan
 ##
 
 %global confdir		%_sysconfdir/vservers
@@ -20,14 +27,13 @@
 
 Summary:	Linux virtual server utilities
 Name:		util-vserver
-Version:	0.30.212
-Release:	%release_func 3
+Version:	0.30.213
+Release:	%release_func 1
 License:	GPL
 Group:		System Environment/Base
 URL:		http://savannah.nongnu.org/projects/util-vserver/
 Source0:	http://ftp.linux-vserver.org/pub/utils/util-vserver/%name-%version.tar.bz2
 Source1:	http://ftp.linux-vserver.org/pub/utils/util-vserver/%name-%version.tar.bz2.asc
-Patch0:		util-vserver-0.30.212-pagesize.patch
 BuildRoot:	%_tmppath/%name-%version-%release-root
 Requires:	init(%name)
 Requires:	%name-core = %version-%release
@@ -39,11 +45,12 @@
 BuildRequires:	gcc-c++ wget which diffutils
 BuildRequires:	e2fsprogs-devel beecrypt-devel
 BuildRequires:	doxygen tetex-latex graphviz ghostscript
+BuildRequires:	libxslt rsync dump
 Requires(post):		%name-core
 Requires(pre):		%pkglibdir
 Requires(postun):	%pkglibdir
 %{?with_dietlibc:BuildRequires:	dietlibc}
-%{?_with_xalan:BuildRequires:	xalan-j}
+%{?with_xalan:BuildRequires:	xalan-j}
 
 %package lib
 Summary:		Dynamic libraries for util-vserver
@@ -166,7 +173,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure --with-initrddir=%_initrddir --enable-release \
@@ -217,7 +223,7 @@
 %post sysv
 %chkconfig --add vservers-default
 %chkconfig --add vprocunhide
-
+%chkconfig --add util-vserver
 
 
 %preun sysv
@@ -225,6 +231,7 @@
 
 test "$1" != 0 || %chkconfig --del vprocunhide
 test "$1" != 0 || %chkconfig --del vservers-default
+test "$1" != 0 || %chkconfig --del util-vserver
 
 
 %postun sysv
@@ -349,6 +356,14 @@
 
 
 %changelog
+* Thu May 31 2007 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.30.213-1
+- updated to 0.30.213
+- disabled dietlibc build for PPC64
+- enabled support for 'util-vserver' initscript
+
+* Fri Apr 20 2007 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.30.212-4
+- BR some tools tested by ./configure
+
 * Fri Jan 19 2007 David Woodhouse <dwmw2 at infradead.org> - 0.30.212-3
 - Build with 64KiB page size
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/util-vserver/F-7/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	10 Dec 2006 17:22:44 -0000	1.10
+++ sources	1 Jun 2007 07:05:05 -0000	1.11
@@ -1,2 +1,2 @@
-386b91732b7f0f132b4e9d978389dcc2  util-vserver-0.30.212.tar.bz2
-0355cedaa22fe51580a0d4dab6d4c1a9  util-vserver-0.30.212.tar.bz2.asc
+2a444e725f7789f751ade259a38553ed  util-vserver-0.30.213.tar.bz2
+876de69ad4303e746052907867b7bb88  util-vserver-0.30.213.tar.bz2.asc


--- util-vserver-0.30.212-pagesize.patch DELETED ---




More information about the fedora-extras-commits mailing list