SOURCES: yum-missingok.patch - yum 3.2.11 is broken, don't build it

patrys patrys at pld-linux.org
Tue Feb 12 13:43:50 CET 2008


Author: patrys                       Date: Tue Feb 12 12:43:50 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- yum 3.2.11 is broken, don't build it

---- Files affected:
SOURCES:
   yum-missingok.patch (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SOURCES/yum-missingok.patch
diff -u SOURCES/yum-missingok.patch:1.5 SOURCES/yum-missingok.patch:1.6
--- SOURCES/yum-missingok.patch:1.5	Tue Feb 12 12:49:26 2008
+++ SOURCES/yum-missingok.patch	Tue Feb 12 13:43:44 2008
@@ -38,10 +38,10 @@
 +                    fl = fl.split(',')
 +                    if 'MISSINGOK' in fl:
 +                        fl.remove('MISSINGOK')
-+                        flags = ','.join(fl)
-+                        if not flags:
-+                            flags = None
-+                prco_set = (ob['name'], flags, 
++                        fl = ','.join(fl)
++                        if not fl:
++                            fl = None
++                prco_set = (ob['name'], fl, 
                              (ob['epoch'], ob['version'], ob['release']))
                  # This saves memory by merging the prco data from multiple
                  # packages. Note that flags etc. need to be the same too.
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/yum-missingok.patch?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list