rpms/util-vserver/FC-5 util-vserver.spec, 1.20, 1.21 sources, 1.10, 1.11

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


Author: ensc

Update of /cvs/extras/rpms/util-vserver/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31684/FC-5

Modified Files:
	util-vserver.spec sources 
Log Message:
- updated to 0.30.213
- BR some tools tested by ./configure
- enabled support for 'util-vserver' initscript



Index: util-vserver.spec
===================================================================
RCS file: /cvs/extras/rpms/util-vserver/FC-5/util-vserver.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- util-vserver.spec	10 Dec 2006 17:22:04 -0000	1.20
+++ util-vserver.spec	1 Jun 2007 07:08:52 -0000	1.21
@@ -19,13 +19,14 @@
 
 Summary:	Linux virtual server utilities
 Name:		util-vserver
-Version:	0.30.212
+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
+
 BuildRoot:	%_tmppath/%name-%version-%release-root
 Requires:	init(%name)
 Requires:	%name-core = %version-%release
@@ -37,8 +38,9 @@
 BuildRequires:	gcc-c++ wget which diffutils
 BuildRequires:	e2fsprogs-devel beecrypt-devel
 BuildRequires:	doxygen tetex-latex graphviz ghostscript
+BuildRequires:	libxslt rsync dump
 ## dietlibc is not available for PPC
-ExcludeArch:	ppc
+ExcludeArch:	ppc ppc64
 Requires(post):		%name-core
 Requires(pre):		%pkglibdir
 Requires(postun):	%pkglibdir
@@ -170,7 +172,7 @@
 
 %build
 %configure --with-initrddir=%_initrddir --enable-release \
-           %{?_without_dietlibc:--disable-dietlibc}
+           %{?_without_dietlibc:--disable}%{!?_without_dietlibc:--enable}-dietlibc
 
 %__make %{?_smp_mflags} all
 %__make %{?_smp_mflags} doc
@@ -217,7 +219,7 @@
 %post sysv
 %chkconfig --add vservers-default
 %chkconfig --add vprocunhide
-
+%chkconfig --add util-vserver
 
 
 %preun sysv
@@ -225,6 +227,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 +352,11 @@
 
 
 %changelog
+* Thu May 31 2007 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.30.213-1
+- updated to 0.30.213
+- BR some tools tested by ./configure
+- enabled support for 'util-vserver' initscript
+
 * Sun Dec 10 2006 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.30.212-1
 - updated to 0.30.212
 - updated URLs


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/util-vserver/FC-5/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	10 Dec 2006 17:22:04 -0000	1.10
+++ sources	1 Jun 2007 07:08:52 -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




More information about the fedora-extras-commits mailing list