[yum] update to latest HEAD Added group_command, but didn't change to groups as objects by default. Minor

James Antill james at fedoraproject.org
Fri Jan 20 21:46:54 UTC 2012


commit c7e1ef2ef3a4aa5931bf1057bcd2ca314fa123bf
Author: James Antill <james at and.org>
Date:   Fri Jan 20 16:46:10 2012 -0500

    update to latest HEAD
    Added group_command, but didn't change to groups as objects by default.
    Minor updates.

 yum-distro-configs.patch |    2 +-
 yum.spec                 |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/yum-distro-configs.patch b/yum-distro-configs.patch
index a4608a2..b6203e5 100644
--- a/yum-distro-configs.patch
+++ b/yum-distro-configs.patch
@@ -12,7 +12,7 @@ diff -ru yum-3.4.3-orig/yum/config.py yum-3.4.3/yum/config.py
 +__main_multilib_policy_default__ = 'best'
 +__main_failovermethod_default__ = 'priority'
 +__main_installonly_limit_default__ = 3
-+__group_command_default__ = 'objects'
++__group_command_default__ = 'compat'
 
  class Option(object):
      """
diff --git a/yum.spec b/yum.spec
index d55b9fd..0dcb9ce 100644
--- a/yum.spec
+++ b/yum.spec
@@ -313,7 +313,7 @@ exit 0
 %changelog
 * Fri Jan 20 2012 James Antill <james at fedoraproject.org> - 3.4.3-18
 - update to latest HEAD
-- Added group_command, and changed to groups as objects by default.
+- Added group_command, but didn't change to groups as objects by default.
 - Minor updates.
 
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.4.3-17


More information about the scm-commits mailing list