[yum-commits] plugins/security
James Antill
james at osuosl.org
Tue Aug 3 04:26:41 UTC 2010
plugins/security/security.py | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 505a1a824aa27c34960d4caec01eaa4607fd7e9f
Author: James Antill <james at and.org>
Date: Tue Aug 3 00:26:36 2010 -0400
Fix bug for when not using "all", bah.
diff --git a/plugins/security/security.py b/plugins/security/security.py
index 81a259c..4157a72 100755
--- a/plugins/security/security.py
+++ b/plugins/security/security.py
@@ -209,6 +209,7 @@ class UpdateinfoCommand:
r_maxsize = max(len(str(ref['id'])), r_maxsize)
for (notice, pkgtup, pkg) in data:
+ mark = ''
if list_type == 'all':
mark = ' '
if _rpm_tup_vercmp(iname2tup[pkgtup[0]], pkgtup) >= 0:
More information about the Yum-commits
mailing list