rpms/yum/devel yum-multilib-policy-best.patch, NONE, 1.1 yum.spec, 1.198, 1.199

Seth Vidal (skvidal) fedora-extras-commits at redhat.com
Fri Mar 14 20:21:49 UTC 2008


Author: skvidal

Update of /cvs/extras/rpms/yum/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25223

Modified Files:
	yum.spec 
Added Files:
	yum-multilib-policy-best.patch 
Log Message:
multilib_policy=best as default, now



yum-multilib-policy-best.patch:

--- NEW FILE yum-multilib-policy-best.patch ---
--- yum/config.py~	2008-03-14 15:52:03.000000000 -0400
+++ yum/config.py	2008-03-14 15:52:03.000000000 -0400
@@ -636,7 +636,7 @@
     mdpolicy = SelectionOption('group:primary',
                                ('instant', 'group:all', 'group:main',
                                 'group:small', 'group:primary'))
-    multilib_policy = SelectionOption('all',('best', 'all'))
+    multilib_policy = SelectionOption('best',('best', 'all'))
                  # all == install any/all arches you can
                  # best == use the 'best  arch' for the system
                  


Index: yum.spec
===================================================================
RCS file: /cvs/extras/rpms/yum/devel/yum.spec,v
retrieving revision 1.198
retrieving revision 1.199
diff -u -r1.198 -r1.199
--- yum.spec	13 Mar 2008 20:35:35 -0000	1.198
+++ yum.spec	14 Mar 2008 20:21:03 -0000	1.199
@@ -3,7 +3,7 @@
 Summary: RPM installer/updater
 Name: yum
 Version: 3.2.12
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source0: http://linux.duke.edu/projects/yum/download/3.2/%{name}-%{version}.tar.gz
@@ -13,6 +13,7 @@
 Patch1: yum-mutual-obsoletes-providers.patch
 Patch2: yum-mirror-priority.patch
 Patch3: yum-manpage-files.patch
+Patch4: yum-multilib-policy-best.patch
 
 URL: http://linux.duke.edu/yum/
 BuildArch: noarch
@@ -55,6 +56,7 @@
 %patch1 -p0
 %patch2 -p0
 %patch3 -p1
+%patch4 -p0
 
 %build
 make
@@ -103,6 +105,9 @@
 %dir /usr/lib/yum-plugins
 
 %changelog
+* Fri Mar 14 2008 Seth Vidal <skvidal at fedoraproject.org> 3.2.12-4
+- multilib_policy=best is  now the default
+
 * Thu Mar 13 2008 Seth Vidal <skvidal at fedoraproject.org> 
 - add jeff sheltren's patch to close rh bug 428825
 




More information about the fedora-extras-commits mailing list