extras-buildsys/utils/pushscript Config_Extras.py,1.32,1.33

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Thu Apr 19 15:59:26 UTC 2007


Author: mschwendt

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

Modified Files:
	Config_Extras.py 
Log Message:
no multi-lib for gg2-devel, since gg2 libs require libperl.so


Index: Config_Extras.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Config_Extras.py,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- Config_Extras.py	28 Mar 2007 09:41:12 -0000	1.32
+++ Config_Extras.py	19 Apr 2007 15:59:24 -0000	1.33
@@ -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' : [ 'gnustep-make'] },
+multiblacklists = { 'development' : { 'x86_64' : [ 'gnustep-make', 'gg2-devel'] },
                }
 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