rpms/yum/F-9 0003-Make-sure-we-only-consider-the-newest-names-among-a.patch, 1.1, 1.2

Jesse Keating (jkeating) fedora-extras-commits at redhat.com
Tue Jun 24 21:43:51 UTC 2008


Author: jkeating

Update of /cvs/pkgs/rpms/yum/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1908

Modified Files:
	0003-Make-sure-we-only-consider-the-newest-names-among-a.patch 
Log Message:
This first part seems to have already been done in the tarball, not sure how...


0003-Make-sure-we-only-consider-the-newest-names-among-a.patch:

Index: 0003-Make-sure-we-only-consider-the-newest-names-among-a.patch
===================================================================
RCS file: /cvs/pkgs/rpms/yum/F-9/0003-Make-sure-we-only-consider-the-newest-names-among-a.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 0003-Make-sure-we-only-consider-the-newest-names-among-a.patch	24 Jun 2008 21:32:42 -0000	1.1
+++ 0003-Make-sure-we-only-consider-the-newest-names-among-a.patch	24 Jun 2008 21:43:04 -0000	1.2
@@ -11,15 +11,6 @@
 index bbf3df8..bcdab95 100644
 --- a/yum/__init__.py
 +++ b/yum/__init__.py
-@@ -53,7 +53,7 @@ from parser import ConfigPreProcessor
- import transactioninfo
- import urlgrabber
- from urlgrabber.grabber import URLGrabError
--from packageSack import packagesNewestByNameArch
-+from packageSack import packagesNewestByNameArch, packagesNewestByName
- import depsolve
- import plugins
- import logginglevels
 @@ -2034,11 +2034,24 @@ class YumBase(depsolve.Depsolve):
              
          if len(pkglist) == 1:




More information about the fedora-extras-commits mailing list