extras-repoclosure rc-report.py,1.48,1.49

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Wed Jul 25 08:58:50 UTC 2007


Author: mschwendt

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

Modified Files:
	rc-report.py 
Log Message:
also add kmod-sysprof, which seems to suffer the same fate than kmod-em8300


Index: rc-report.py
===================================================================
RCS file: /cvs/fedora/extras-repoclosure/rc-report.py,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- rc-report.py	24 Jul 2007 15:50:08 -0000	1.48
+++ rc-report.py	25 Jul 2007 08:58:47 -0000	1.49
@@ -120,10 +120,12 @@
         return r
 
 
-def WhiteListed(b):
-# Just a hook, not a generic white-list feature.
+def WhiteListed(b): # Just a hook, not a generic white-list feature.
+    # These two in Fedora 7 Everything most likely won't be fixed.
     if b.pkgid.startswith('kmod-em8300') and b.repoid.startswith('fedora-7'):
         return True
+    elif b.pkgid.startswith('kmod-sysprof') and b.repoid.startswith('fedora-7'):
+        return True
     else:
         return False
 




More information about the scm-commits mailing list