extras-buildsys/utils/pushscript Config_Extras.py,1.45,1.46

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Sun Apr 22 20:34:16 UTC 2007


Author: mschwendt

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

Modified Files:
	Config_Extras.py 
Log Message:
32-bit blender for x86_64 won't work because of libpython2.4.so.1.0 dep


Index: Config_Extras.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Config_Extras.py,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- Config_Extras.py	22 Apr 2007 20:05:06 -0000	1.45
+++ Config_Extras.py	22 Apr 2007 20:34:14 -0000	1.46
@@ -70,9 +70,9 @@
                                         ]
                                       },
                }
-multiwhitelists = { 'development' : { 'x86_64' : [ '.*-devel', 'blender', 'wine', 'wine-arts', 'wine-devel' ] },
-               '6' : { 'x86_64' : [ 'blender', 'wine', 'wine-arts', 'wine-devel' ] },
-               '5' : { 'x86_64' : [ 'blender', 'wine', 'wine-arts', 'wine-devel' ] },
+multiwhitelists = { 'development' : { 'x86_64' : [ '.*-devel', 'wine', 'wine-arts', 'wine-devel' ] },
+               '6' : { 'x86_64' : [ 'wine', 'wine-arts', 'wine-devel' ] },
+               '5' : { 'x86_64' : [ 'wine', 'wine-arts', 'wine-devel' ] },
                }
 
 # packages to exclude from being pruned: dist => Python regexp list




More information about the scm-commits mailing list