extras-repoclosure rc-modified,1.16,1.17

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Tue Oct 23 10:45:18 UTC 2007


Author: mschwendt

Update of /cvs/fedora/extras-repoclosure
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9071

Modified Files:
	rc-modified 
Log Message:
handle noarch<->arch switch for sub-packages (which are moved to another src.rpm to change buildarch)


Index: rc-modified
===================================================================
RCS file: /cvs/fedora/extras-repoclosure/rc-modified,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- rc-modified	19 Jan 2007 20:34:18 -0000	1.16
+++ rc-modified	23 Oct 2007 10:45:15 -0000	1.17
@@ -177,13 +177,15 @@
                         except:
                             pass
                         
-                        if po.pkgtup in pkgtuplist:
+                        if po.pkgtup in newestpkgtuplist:
                             resolved_by_newest = True
                             break
 
                     if resolved_by_newest:                    
                         resolved[(req,flags,ver)] = 1
                     else:
+                        if newest and isnotnewest(pkg):
+                            break
                         if not unresolved.has_key(pkg):
                             unresolved[pkg] = []
                         unresolved[pkg].append((req, flags, ver))                        




More information about the scm-commits mailing list