[yum-git] Branch 'yum-3_2_X' - output.py
James Antill
james at linux.duke.edu
Thu Aug 14 19:16:48 UTC 2008
output.py | 1 +
1 file changed, 1 insertion(+)
New commits:
commit cea78872b3caa01666db88bec1c75a876e6cd207
Author: James Antill <james at and.org>
Date: Thu Aug 14 15:16:40 2008 -0400
Fix stupid missing line from _group_names2aipkgs conversion
diff --git a/output.py b/output.py
index 23334a5..99e09e9 100644
--- a/output.py
+++ b/output.py
@@ -431,6 +431,7 @@ class YumOutput:
# Convert (pkg.name, pkg.arch) to pkg.name dict
ret = {}
for (apkg, ipkg) in pkgs.itervalues():
+ pkg = apkg or ipkg
ret.setdefault(pkg.name, []).append((apkg, ipkg))
return ret
More information about the Yum-cvs-commits
mailing list