SPECS: yum.spec - make it work with python 2.5

patrys patrys at pld-linux.org
Wed May 23 13:48:38 CEST 2007


Author: patrys                       Date: Wed May 23 11:48:38 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- make it work with python 2.5

---- Files affected:
SPECS:
   yum.spec (1.26 -> 1.27) 

---- Diffs:

================================================================
Index: SPECS/yum.spec
diff -u SPECS/yum.spec:1.26 SPECS/yum.spec:1.27
--- SPECS/yum.spec:1.26	Wed May 23 13:34:37 2007
+++ SPECS/yum.spec	Wed May 23 13:48:33 2007
@@ -8,14 +8,13 @@
 Group:		Applications/System
 Source0:	http://linux.duke.edu/projects/yum/download/3.0/%{name}-%{version}.tar.gz
 # Source0-md5:	e4ec5720315abeed044f71e384488f93
-Patch0:		%{name}-chroot.patch
+Patch0:		%{name}-python2.5.patch
 URL:		http://linux.duke.edu/projects/yum/
 BuildRequires:	gettext-devel
 BuildRequires:	rpm-pythonprov
 BuildRequires:	rpmbuild(macros) >= 1.228
 Requires(post,preun):	/sbin/chkconfig
-Requires:	python
-Requires:	python-cElementTree >= 1.0.5
+Requires:	python >= 2.5
 Requires:	python-libxml2
 Requires:	python-rpm
 Requires:	python-sqlite
@@ -37,7 +36,7 @@
 
 %prep
 %setup -q
-#%patch0 -p1 CHECKME
+%patch0 -p1
 
 %build
 %{__make}
@@ -90,6 +89,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.27  2007/05/23 11:48:33  patrys
+- make it work with python 2.5
+
 Revision 1.26  2007/05/23 11:34:37  patrys
 - fixed R and rel
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/yum.spec?r1=1.26&r2=1.27&f=u



More information about the pld-cvs-commit mailing list