extras-repoclosure rc-modified,1.7,1.8

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Fri Sep 15 19:20:23 UTC 2006


Author: mschwendt

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

Modified Files:
	rc-modified 
Log Message:
seems there are many more "kernel*" Provides / may need a real white-list


Index: rc-modified
===================================================================
RCS file: /cvs/fedora/extras-repoclosure/rc-modified,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- rc-modified	15 Sep 2006 18:40:34 -0000	1.7
+++ rc-modified	15 Sep 2006 19:20:20 -0000	1.8
@@ -137,7 +137,7 @@
                     unresolved[pkg].append((req, flags, ver))
                     continue
                     
-                if newest and req != 'kernel': # we allow old kernels
+                if newest and not req.startswith('kernel'): # we allow old kernels
                     resolved_by_newest = False
                     for po in resolve_sack:# look through and make sure all our answers are newest-only
                         if po.pkgtup in pkgtuplist:




More information about the fedora-extras-commits mailing list