[yum-commits] plugins/security
James Antill
james at osuosl.org
Fri Nov 6 15:19:38 UTC 2009
plugins/security/security.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 65344c111338b9c550ad776f799bc08907031d2a
Author: James Antill <james at and.org>
Date: Fri Nov 6 10:18:32 2009 -0500
Change update => notice, as that's what we are counting
diff --git a/plugins/security/security.py b/plugins/security/security.py
index 6261bd4..c307953 100755
--- a/plugins/security/security.py
+++ b/plugins/security/security.py
@@ -359,7 +359,7 @@ class SecuritySummaryCommand(SecurityListCommand):
for T in ('newpackage', 'security', 'bugfix', 'enhancement'):
if T not in counts:
continue
- print " %*u %s update(s)" % (maxsize, counts[T], outT[T])
+ print " %*u %s notice(s)" % (maxsize, counts[T], outT[T])
_check_running_kernel(base, md_info, _msg)
self.show_pkg_info_done = {}
More information about the Yum-commits
mailing list