Blame SOURCES/yum-distro-configs.patch

d2a170
diff -up yum-3.4.3/yum/config.py.orig yum-3.4.3/yum/config.py
d2a170
--- yum-3.4.3/yum/config.py.orig	2017-03-22 19:51:54.287816405 +0100
d2a170
+++ yum-3.4.3/yum/config.py	2017-03-22 19:54:47.582779907 +0100
d2a170
@@ -47,14 +47,11 @@ from misc import get_uuid, read_in_items
d2a170
 __pkgs_gpgcheck_default__ = False
d2a170
 __repo_gpgcheck_default__ = False
d2a170
 __payload_gpgcheck_default__ = False
d2a170
-__main_multilib_policy_default__ = 'all'
d2a170
-__main_failovermethod_default__ = 'roundrobin'
d2a170
-__main_installonly_limit_default__ = 0
d2a170
-__group_command_default__ = 'compat'
d2a170
-__exactarchlist_default__ = ['kernel', 'kernel-smp',
d2a170
-                             'kernel-hugemem', 'kernel-enterprise',
d2a170
-                             'kernel-bigmem',
d2a170
-                             'kernel-devel', 'kernel-PAE', 'kernel-PAE-debug']
d2a170
+__main_multilib_policy_default__ = 'best'
d2a170
+__main_failovermethod_default__ = 'priority'
d2a170
+__main_installonly_limit_default__ = 3
d2a170
+__group_command_default__ = 'objects'
d2a170
+__exactarchlist_default__ = []
d2a170
 
d2a170
 class Option(object):
d2a170
     """
d2a170
diff -up yum-3.4.3/docs/yum.conf.5.orig yum-3.4.3/docs/yum.conf.5
d2a170
--- yum-3.4.3/docs/yum.conf.5.orig	2017-03-22 19:52:59.025429202 +0100
d2a170
+++ yum-3.4.3/docs/yum.conf.5	2017-03-22 19:53:41.624174414 +0100
d2a170
@@ -205,7 +205,7 @@ providing that is updated like any other
d2a170
 .IP
d2a170
 \fBinstallonly_limit \fR
d2a170
 Number of packages listed in installonlypkgs to keep installed at the same
d2a170
-time. Setting to 0 disables this feature. Default is '0'. Note that this
d2a170
+time. Setting to 0 disables this feature. Default is '3'. Note that this
d2a170
 functionality used to be in the "installonlyn" plugin, where this option was
d2a170
 altered via tokeep.
d2a170
 Note that as of version 3.2.24, yum will now look in the yumdb for a installonly
d2a170
@@ -302,7 +302,7 @@ group, and won't remove those on "group
d2a170
 Running "yum upgrade" will also run "yum group upgrade" (thus. adding new
d2a170
 packages for all groups).
d2a170
 
d2a170
-Default is: compat
d2a170
+Default is: objects
d2a170
 
d2a170
 .IP
d2a170
 \fBupgrade_group_objects_upgrade\fR