rpms/yum/F-10 yum.spec,1.237,1.238

James Antill james at fedoraproject.org
Mon Jun 22 05:33:23 UTC 2009


Author: james

Update of /cvs/pkgs/rpms/yum/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22508

Modified Files:
	yum.spec 
Log Message:
* Sun Jun 21 2009 James Antill <james at fedoraproject.org> - 3.2.23-3.fc10.1
- Try and fix the update EVR problem, due to python change.
- atm. dist-f11-updates is at 3.2.23-3.fc11, we need something _older_ than
- that, so that people update post fix.
- Resolves: bug#506685



Index: yum.spec
===================================================================
RCS file: /cvs/pkgs/rpms/yum/F-10/yum.spec,v
retrieving revision 1.237
retrieving revision 1.238
diff -u -p -r1.237 -r1.238
--- yum.spec	22 Jun 2009 05:21:11 -0000	1.237
+++ yum.spec	22 Jun 2009 05:32:53 -0000	1.238
@@ -80,8 +80,8 @@ rm -f $RPM_BUILD_ROOT/%{_datadir}/yum-cl
 
 # This should fix bug#506685
 mkdir -p $RPM_BUILD_ROOT/usr/lib/python2.6
-cp -a $RPM_BUILD_ROOT/%{python_sitelib}/rpmUtils $RPM_BUILD_ROOT/usr/lib/python2.6/rpmUtils
-cp -a $RPM_BUILD_ROOT/%{python_sitelib}/yum      $RPM_BUILD_ROOT/usr/lib/python2.6/yum
+cp -a $RPM_BUILD_ROOT/%{python_sitelib}/rpmUtils $RPM_BUILD_ROOT/usr/lib/python2.6/site-packages/rpmUtils
+cp -a $RPM_BUILD_ROOT/%{python_sitelib}/yum      $RPM_BUILD_ROOT/usr/lib/python2.6/site-packages/yum
 
 %find_lang %name
 




More information about the fedora-extras-commits mailing list