diff --git a/mash-multilib-sync.patch b/mash-multilib-sync.patch index 8aee29c..30177a8 100644 --- a/mash-multilib-sync.patch +++ b/mash-multilib-sync.patch @@ -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_'): diff --git a/mash.spec b/mash.spec index 679b2d8..dc1f368 100644 --- a/mash.spec +++ b/mash.spec @@ -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 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/mash %changelog +* Mon Apr 14 2008 Bill Nottingham 0.2.10-3 +- sync again + * Fri Apr 11 2008 Bill Nottingham 0.2.10-2 - sync multilib list with HEAD