[yum-cvs] /yum-utils yum-utils.spec,1.25,1.26

Tim Lauridsen timlau at linux.duke.edu
Mon Nov 13 14:13:32 UTC 2006


Update of /home/groups/yum/cvs//yum-utils
In directory login1.linux.duke.edu:/tmp/cvs-serv20914

Modified Files:
	yum-utils.spec 
Log Message:
Added patch from bugzilla #578

Index: yum-utils.spec
===================================================================
RCS file: /home/groups/yum/cvs//yum-utils/yum-utils.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- yum-utils.spec	31 Oct 2006 14:01:34 -0000	1.25
+++ yum-utils.spec	13 Nov 2006 14:13:30 -0000	1.26
@@ -157,7 +157,7 @@
 %preun -n yum-updateonboot
 if [ $1 = 0 ]; then
     /sbin/service yum-updateonboot stop >/dev/null 2>&1 || :;
-    /sbin/chkconfig --del yum >/dev/null 2>&1 || :;
+    /sbin/chkconfig --del yum-updateonboot >/dev/null 2>&1 || :;
 fi
 
 %files




More information about the Yum-cvs-commits mailing list