Blame SOURCES/yum-distro-configs.patch

07a10e
diff -up yum-3.4.3/yum/config.py.orig yum-3.4.3/yum/config.py
07a10e
--- yum-3.4.3/yum/config.py.orig	2017-03-22 19:51:54.287816405 +0100
07a10e
+++ yum-3.4.3/yum/config.py	2017-03-22 19:54:47.582779907 +0100
07a10e
@@ -47,14 +47,11 @@ from misc import get_uuid, read_in_items
82b73e
 __pkgs_gpgcheck_default__ = False
82b73e
 __repo_gpgcheck_default__ = False
07a10e
 __payload_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__ = []
07a10e
 
82b73e
 class Option(object):
82b73e
     """
07a10e
diff -up yum-3.4.3/docs/yum.conf.5.orig yum-3.4.3/docs/yum.conf.5
07a10e
--- yum-3.4.3/docs/yum.conf.5.orig	2017-03-22 19:52:59.025429202 +0100
07a10e
+++ yum-3.4.3/docs/yum.conf.5	2017-03-22 19:53:41.624174414 +0100
07a10e
@@ -205,7 +205,7 @@ providing that is updated like any other
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
07a10e
@@ -302,7 +302,7 @@ group, and won't remove those on "group
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