[yum/f19] update to latest HEAD

James Antill james at fedoraproject.org
Fri Dec 20 19:47:10 UTC 2013


commit ff8a7874a4133b6ef482d5fcf74ee10d729b0a50
Author: James Antill <james at and.org>
Date:   Fri Dec 20 14:47:18 2013 -0500

    update to latest HEAD
    
    - Fix for traceback with group info -v.

 yum-HEAD.patch |    5 +++--
 yum.spec       |    6 +++++-
 2 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/yum-HEAD.patch b/yum-HEAD.patch
index 4cebc21..d77163e 100644
--- a/yum-HEAD.patch
+++ b/yum-HEAD.patch
@@ -5056,7 +5056,7 @@ index f1e06e8..16d096c 100644
  complete -F _yum -o filenames yum yummain.py
  
 diff --git a/output.py b/output.py
-index b6aa277..38045e9 100755
+index b6aa277..2787d86 100755
 --- a/output.py
 +++ b/output.py
 @@ -1,6 +1,6 @@
@@ -5786,8 +5786,9 @@ index b6aa277..38045e9 100755
          columns = None
          if verb:
              data = {'envra' : {}, 'rid' : {}}
-             for (section_name, pkg_names) in sections:
+-            for (section_name, pkg_names) in sections:
 -                self._calcDataPkgColumns(data, pkg_names, pkg_names2pkgs)
++            for (section_type, section_name, pkg_names) in sections:
 +                self._calcDataPkgColumns(data, pkg_names, pkg_names2pkgs,
 +                                         igroup_data=igroup_data)
              data = [data['envra'], data['rid']]
diff --git a/yum.spec b/yum.spec
index 7edd1b4..208c246 100644
--- a/yum.spec
+++ b/yum.spec
@@ -60,7 +60,7 @@ BuildRequires: bash-completion
 Summary: RPM package installer/updater/manager
 Name: yum
 Version: 3.4.3
-Release: 127%{?dist}
+Release: 128%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source0: http://yum.baseurl.org/download/3.4/%{name}-%{version}.tar.gz
@@ -444,6 +444,10 @@ exit 0
 %endif
 
 %changelog
+* Fri Dec 19 2013 James Antill <james at fedoraproject.org> - 3.4.3-128
+- update to latest HEAD
+- Fix for traceback with group info -v.
+
 * Thu Dec 18 2013 James Antill <james at fedoraproject.org> - 3.4.3-127
 - update to latest HEAD
 - Fix for traceback with installed env. groups with owned groups in info.


More information about the scm-commits mailing list