[yum-cvs] yum yum.spec,1.82,1.83

Seth Vidal skvidal at linux.duke.edu
Thu Oct 5 01:58:34 UTC 2006


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

Modified Files:
	yum.spec 
Log Message:

- 3.0 mark
- make python 2.4 a req in yum.spec



Index: yum.spec
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum.spec,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- yum.spec	29 Sep 2006 14:45:20 -0000	1.82
+++ yum.spec	5 Oct 2006 01:58:32 -0000	1.83
@@ -1,6 +1,6 @@
 Summary: RPM installer/updater
 Name: yum
-Version: 2.9.8
+Version: 3.0
 Release: 1
 License: GPL
 Group: System Environment/Base
@@ -10,7 +10,8 @@
 BuildArchitectures: noarch
 BuildRequires: python
 BuildRequires: gettext
-Requires: python, rpm-python, rpm >= 0:4.4.2
+Requires: python >= 2.4
+Requires: rpm-python, rpm >= 0:4.4.2
 Requires: python-sqlite
 Requires: urlgrabber
 Requires: python-elementtree
@@ -88,6 +89,9 @@
 %{_mandir}/man*/yum-updatesd*
 
 %changelog
+* Wed Oct  4 2006 Seth Vidal <skvidal at linux.duke.edu>
+- 3.0
+
 * Fri Sep 29 2006 Seth Vidal <skvidal at linux.duke.edu>
 - 2.9.8
 




More information about the Yum-cvs-commits mailing list