extras-buildsys/utils/pushscript Config_Extras.py,1.21,1.22

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Tue Feb 20 12:40:18 UTC 2007


Author: mschwendt

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

Modified Files:
	Config_Extras.py 
Log Message:
put on multi-lib black-list: gnustep-make
(libFoundation-devel requires gnustep-make)




Index: Config_Extras.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Config_Extras.py,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- Config_Extras.py	2 Jan 2007 11:01:06 -0000	1.21
+++ Config_Extras.py	20 Feb 2007 12:40:16 -0000	1.22
@@ -54,7 +54,7 @@
 # map: dist -> target arch -> list of pkg name regexp patterns
 # We don't check virtual package names, unless it's a virtual -devel pkg.
 # black-list takes precedence over white-list
-multiblacklists = { 'development' : { 'x86_64' : [] },
+multiblacklists = { 'development' : { 'x86_64' : [ 'gnustep-make'] },
                }
 multiwhitelists = { 'development' : { 'x86_64' : [ '.*-devel', 'wine', 'wine-arts', 'wine-devel' ] },
                '6' : { 'x86_64' : [ 'wine', 'wine-arts', 'wine-devel' ] },




More information about the scm-commits mailing list