extras-repoclosure rc-modified,1.6,1.7

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Fri Sep 15 18:40:37 UTC 2006


Author: mschwendt

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

Modified Files:
	rc-modified 
Log Message:
allow deps on old kernels


Index: rc-modified
===================================================================
RCS file: /cvs/fedora/extras-repoclosure/rc-modified,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- rc-modified	4 Jul 2006 18:29:16 -0000	1.6
+++ rc-modified	15 Sep 2006 18:40:34 -0000	1.7
@@ -137,7 +137,7 @@
                     unresolved[pkg].append((req, flags, ver))
                     continue
                     
-                if newest:
+                if newest and req != '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 scm-commits mailing list