extras-buildsys/utils/pushscript Config_EPEL.py,1.16,1.17

Thorsten Leemhuis (thl) fedora-extras-commits at redhat.com
Thu Nov 29 18:14:08 UTC 2007


Author: thl

Update of /cvs/fedora/extras-buildsys/utils/pushscript
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22684

Modified Files:
	Config_EPEL.py 
Log Message:
I was told putting the devel files into the multilib blacklist is the better approach, so just do it


Index: Config_EPEL.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Config_EPEL.py,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- Config_EPEL.py	29 Nov 2007 17:47:36 -0000	1.16
+++ Config_EPEL.py	29 Nov 2007 18:14:05 -0000	1.17
@@ -60,9 +60,9 @@
 # black-list takes precedence over white-list
 multiblacklists = {
     '5' : { 'x86_64' : [ 'gnustep-make', 'nagios.*'] },
-    '4' : { 'x86_64' : [ 'ghex', 'gnucash', 'graphviz-devel', 'libgnomeuimm26', 'nagios.*', 'xsupplicant' ] },
+    '4' : { 'x86_64' : [ 'ghex-devel', 'gnucash', 'graphviz-devel', 'libgnomeuimm26-devel', 'nagios-devel', 'xsupplicant-devel' ] },
     'testing/5' : { 'x86_64' : [ 'gnustep-make', 'nagios.*'] },
-    'testing/4' : { 'x86_64' : [ 'ghex', 'gnucash', 'graphviz-devel', 'libgnomeuimm26', 'nagios.*', 'xsupplicant' ] },
+    'testing/4' : { 'x86_64' : [ 'ghex-devel', 'gnucash', 'graphviz-devel', 'libgnomeuimm26-devel', 'nagios-devel', 'xsupplicant-devel' ] },
                }
 
 multiwhitelists = { 




More information about the fedora-extras-commits mailing list