rpms/yum-utils/FC-6 sources,1.7,1.8 yum-utils.spec,1.14,1.15

Tim Lauridsen (timlau) fedora-extras-commits at redhat.com
Tue Feb 6 11:07:23 UTC 2007


Author: timlau

Update of /cvs/extras/rpms/yum-utils/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16514/FC-6

Modified Files:
	sources yum-utils.spec 
Log Message:
yum-utils release 1.0.2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/yum-utils/FC-6/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	31 Oct 2006 14:33:08 -0000	1.7
+++ sources	6 Feb 2007 11:06:51 -0000	1.8
@@ -1,2 +1 @@
-e9af7d38f47e5d2cd945790061fa5f8b  yum-utils-1.0.tar.gz
-53ba387a337b605c5490eac8229da32d  yum-utils-1.0.1.tar.gz
+3d63ecea2d0472ca2e1d893e7b5bfb78  yum-utils-1.0.2.tar.gz


Index: yum-utils.spec
===================================================================
RCS file: /cvs/extras/rpms/yum-utils/FC-6/yum-utils.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- yum-utils.spec	31 Oct 2006 14:33:08 -0000	1.14
+++ yum-utils.spec	6 Feb 2007 11:06:51 -0000	1.15
@@ -1,7 +1,7 @@
 Summary: Utilities based around the yum package manager
 Name: yum-utils
-Version: 1.0.1
-Release: 1%{?dist}
+Version: 1.0.2
+Release: 1
 License: GPL
 Group: Development/Tools
 Source: http://linux.duke.edu/yum/download/yum-utils/%{name}-%{version}.tar.gz
@@ -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
@@ -240,6 +240,9 @@
 
 
 %changelog
+* Sun Dec 31 2006 Tim Lauridsen <tla at rasmil.dk>
+- mark it as 1.0.2
+
 * Tue Oct 31 2006 Tim Lauridsen <tla at rasmil.dk>
 - mark it as 1.0.1
 




More information about the scm-commits mailing list