[yum-commits] plugins/security
skvidal at osuosl.org
skvidal at osuosl.org
Tue Aug 4 18:23:11 UTC 2009
plugins/security/security.py | 4 ----
1 file changed, 4 deletions(-)
New commits:
commit 05e20e3a46e81bb1d5350f9a4ae96738ed6f145c
Author: Seth Vidal <skvidal at fedoraproject.org>
Date: Tue Aug 4 14:20:51 2009 -0400
remove timestamp in created attribute
diff --git a/plugins/security/security.py b/plugins/security/security.py
index 88d5433..804d192 100755
--- a/plugins/security/security.py
+++ b/plugins/security/security.py
@@ -179,8 +179,6 @@ def ysp_chk_used_map(used_map, msg):
msg('CVE \"%s\" not found applicable for this system' % i)
class SecurityListCommand:
- created = 1177064734
-
def getNames(self):
return ['list-security', 'list-sec']
@@ -329,8 +327,6 @@ def _get_name2oldpkgtup(base):
return name2tup
class SecurityUpdateCommand:
- created = 1217002090
-
def getNames(self):
return ['update-minimal']
More information about the Yum-commits
mailing list