extras-buildsys/utils/pushscript Config_EPEL.py,1.12,1.13

Kevin Fenzi (kevin) fedora-extras-commits at redhat.com
Mon Oct 15 20:53:19 UTC 2007


Author: kevin

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

Modified Files:
	Config_EPEL.py 
Log Message:
Change graphviz blacklist to graphviz-devel



Index: Config_EPEL.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Config_EPEL.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- Config_EPEL.py	11 Oct 2007 18:08:20 -0000	1.12
+++ Config_EPEL.py	15 Oct 2007 20:53:17 -0000	1.13
@@ -60,9 +60,9 @@
 # black-list takes precedence over white-list
 multiblacklists = {
     '5' : { 'x86_64' : [ 'gnustep-make', 'nagios.*'] },
-    '4' : { 'x86_64' : [ 'ghex', 'graphviz', 'libgnomeuimm26', 'nagios.*'] },
+    '4' : { 'x86_64' : [ 'ghex', 'graphviz-devel', 'libgnomeuimm26', 'nagios.*'] },
     'testing/5' : { 'x86_64' : [ 'gnustep-make', 'nagios.*'] },
-    'testing/4' : { 'x86_64' : [ 'ghex', 'graphviz', 'libgnomeuimm26', 'nagios.*'] },
+    'testing/4' : { 'x86_64' : [ 'ghex', 'graphviz-devel', 'libgnomeuimm26', 'nagios.*'] },
                }
 
 multiwhitelists = { 




More information about the scm-commits mailing list