rpms/mash/EL-5 mash-multilib-sync.patch, 1.1, 1.2 mash.spec, 1.24, 1.25

Bill Nottingham (notting) fedora-extras-commits at redhat.com
Mon Apr 14 21:08:09 UTC 2008


Author: notting

Update of /cvs/extras/rpms/mash/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12954/EL-5

Modified Files:
	mash-multilib-sync.patch mash.spec 
Log Message:
sync


mash-multilib-sync.patch:

Index: mash-multilib-sync.patch
===================================================================
RCS file: /cvs/extras/rpms/mash/EL-5/mash-multilib-sync.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mash-multilib-sync.patch	11 Apr 2008 14:06:44 -0000	1.1
+++ mash-multilib-sync.patch	14 Apr 2008 21:07:30 -0000	1.2
@@ -1,5 +1,14 @@
---- mash/multilib.py	2007-09-25 15:33:41.000000000 -0400
-+++ mash/multilib.py	2008-04-11 08:59:46.000000000 -0400
+--- mash/multilib.py.mult	2007-09-25 15:33:41.000000000 -0400
++++ mash/multilib.py	2008-04-14 17:02:40.000000000 -0400
+@@ -66,7 +66,7 @@
+     
+     def select(self, po):
+         libdirs = [ '/usr/lib', '/usr/lib64', '/lib', '/lib64' ]
+-        whitelist = [ 'libgnat', 'wine', 'wine-arts', 'nspluginwrapper', 'libflashsupport', 'valgrind' ]
++        whitelist = [ 'libgnat', 'wine', 'wine-arts', 'nspluginwrapper', 'libflashsupport', 'pulseaudio-utils', 'valgrind' ]
+         if po.name in whitelist:
+             return True
+         if MultilibMethod.select(self,po):
 @@ -89,12 +89,18 @@
              # nss
              if dirname in [ '/lib', '/lib64' ] and filename.startswith('libnss_'):


Index: mash.spec
===================================================================
RCS file: /cvs/extras/rpms/mash/EL-5/mash.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- mash.spec	11 Apr 2008 14:08:36 -0000	1.24
+++ mash.spec	14 Apr 2008 21:07:30 -0000	1.25
@@ -2,7 +2,7 @@
 
 Name:           mash
 Version:        0.2.10
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Koji buildsystem to yum repository converter
 Group:          Development/Tools
 License:        GPL
@@ -50,6 +50,9 @@
 %{_datadir}/mash
 
 %changelog
+* Mon Apr 14 2008 Bill Nottingham <notting at redhat.com> 0.2.10-3
+- sync again
+
 * Fri Apr 11 2008 Bill Nottingham <notting at redhat.com> 0.2.10-2
 - sync multilib list with HEAD
 




More information about the fedora-extras-commits mailing list