rpms/util-vserver/FC-6 util-vserver-0.30.213-yum32.patch, NONE, 1.1 util-vserver.spec, 1.25, 1.26

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Sat Aug 4 10:52:40 UTC 2007


Author: ensc

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

Modified Files:
	util-vserver.spec 
Added Files:
	util-vserver-0.30.213-yum32.patch 
Log Message:
added patch to make 'vyum' work with a patched yum-3.2


util-vserver-0.30.213-yum32.patch:

--- NEW FILE util-vserver-0.30.213-yum32.patch ---
--- util-vserver-0.30.213/scripts/vyum-worker.yum32
+++ util-vserver-0.30.213/scripts/vyum-worker
@@ -60,7 +60,7 @@ case $($yum --version|tail -n 1) in
     (2.[012345]*)
 	check 'import yum,sys; sys.exit(not hasattr(yum.config.yumconf, "getRootedPath"))'
 	;;
-    (2.[6789]*|3.0*)
+    (2.[6789]*|3.[012]*)
 	check 'import yum,sys; sys.exit(not hasattr(yum.config.YumConf, "getRootedPath"))'
 	;;
     (*)


Index: util-vserver.spec
===================================================================
RCS file: /cvs/extras/rpms/util-vserver/FC-6/util-vserver.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- util-vserver.spec	1 Jun 2007 07:10:45 -0000	1.25
+++ util-vserver.spec	4 Aug 2007 10:52:07 -0000	1.26
@@ -28,12 +28,13 @@
 Summary:	Linux virtual server utilities
 Name:		util-vserver
 Version:	0.30.213
-Release:	%release_func 1
+Release:	%release_func 2
 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.213-yum32.patch
 
 BuildRoot:	%_tmppath/%name-%version-%release-root
 Requires:	init(%name)
@@ -174,6 +175,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .yum32
 
 
 %build
@@ -358,6 +360,9 @@
 
 
 %changelog
+* Sat Aug  4 2007 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.30.213-2
+- added patch to make 'vyum' work with a patched yum-3.2
+
 * 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




More information about the fedora-extras-commits mailing list