Blame SOURCES/yum-distro-configs.patch

82b73e
diff -ru yum-3.4.3-orig/yum/config.py yum-3.4.3/yum/config.py
82b73e
--- yum-3.4.3-orig/yum/config.py	2011-12-02 15:45:41.617448597 -0500
82b73e
+++ yum-3.4.3/yum/config.py	2011-12-02 15:46:20.576285275 -0500
1f1d7d
@@ -49,14 +49,11 @@
82b73e
 # Alter/patch these to change the default checking...
82b73e
 __pkgs_gpgcheck_default__ = False
82b73e
 __repo_gpgcheck_default__ = False
82b73e
-__main_multilib_policy_default__ = 'all'
82b73e
-__main_failovermethod_default__ = 'roundrobin'
82b73e
-__main_installonly_limit_default__ = 0
82b73e
-__group_command_default__ = 'compat'
1f1d7d
-__exactarchlist_default__ = ['kernel', 'kernel-smp',
1f1d7d
-                             'kernel-hugemem', 'kernel-enterprise',
1f1d7d
-                             'kernel-bigmem',
1f1d7d
-                             'kernel-devel', 'kernel-PAE', 'kernel-PAE-debug']
82b73e
+__main_multilib_policy_default__ = 'best'
82b73e
+__main_failovermethod_default__ = 'priority'
82b73e
+__main_installonly_limit_default__ = 3
82b73e
+__group_command_default__ = 'objects'
1f1d7d
+__exactarchlist_default__ = []
82b73e
82b73e
 class Option(object):
82b73e
     """
82b73e
--- a/docs/yum.conf.5.orig	2010-06-21 17:39:17.000000000 -0400
82b73e
+++ b/docs/yum.conf.5	2010-09-14 12:11:40.897615896 -0400
82b73e
@@ -141,7 +141,7 @@
82b73e
 .IP
82b73e
 \fBinstallonly_limit \fR
82b73e
 Number of packages listed in installonlypkgs to keep installed at the same
82b73e
-time. Setting to 0 disables this feature. Default is '0'. Note that this
82b73e
+time. Setting to 0 disables this feature. Default is '3'. Note that this
82b73e
 functionality used to be in the "installonlyn" plugin, where this option was
82b73e
 altered via tokeep.
82b73e
 Note that as of version 3.2.24, yum will now look in the yumdb for a installonly
1f1d7d
@@ -267,7 +267,7 @@ group, and won't remove those on "group remove".
1f1d7d
 Running "yum upgrade" will also run "yum group upgrade" (thus. adding new
1f1d7d
 packages for all groups).
1f1d7d
 
1f1d7d
-Default is: compat
1f1d7d
+Default is: objects
1f1d7d
 
1f1d7d
 .IP
1f1d7d
 \fBupgrade_group_objects_upgrade\fR