rpms/yum/F-10 yum.spec,1.235,1.236

James Antill james at fedoraproject.org
Mon Jun 22 05:13:12 UTC 2009


Author: james

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

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.235
retrieving revision 1.236
diff -u -p -r1.235 -r1.236
--- yum.spec	20 May 2009 22:23:38 -0000	1.235
+++ yum.spec	22 Jun 2009 05:12:42 -0000	1.236
@@ -3,7 +3,7 @@
 Summary: RPM installer/updater
 Name: yum
 Version: 3.2.23
-Release: 3%{?dist}
+Release: 3%{?dist}.1
 License: GPLv2+
 Group: System Environment/Base
 Source0: http://yum.baseurl.org/download/3.2/%{name}-%{version}.tar.gz
@@ -78,6 +78,11 @@ rm -f $RPM_BUILD_ROOT/%{_sbindir}/yum-up
 rm -f $RPM_BUILD_ROOT/%{_mandir}/man*/yum-updatesd*
 rm -f $RPM_BUILD_ROOT/%{_datadir}/yum-cli/yumupd.py*
 
+# This should fix bug#506685
+mkdir -p /usr/lib/python2.6
+cp -a %{python_sitelib}/rpmUtils /usr/lib/python2.6/rpmUtils
+cp -a %{python_sitelib}/yum      /usr/lib/python2.6/yum
+
 %find_lang %name
 
 %clean
@@ -95,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/yum
 %{python_sitelib}/yum
 %{python_sitelib}/rpmUtils
+# This should fix bug#506685
+/usr/lib/python2.6/yum
+/usr/lib/python2.6/rpmUtils
 %dir /var/cache/yum
 %dir /var/lib/yum
 %{_mandir}/man*/yum.*
@@ -104,6 +112,12 @@ rm -rf $RPM_BUILD_ROOT
 %dir /usr/lib/yum-plugins
 
 %changelog
+* 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
+
 * Wed May 20 2009 Seth Vidal <skvidal at fedoraproject.org> - 3.2.23-2
 - add patch to close rpmdb completely
 




More information about the fedora-extras-commits mailing list