[yum-commits] Branch 'yum-3_2_X' - yum/__init__.py
James Antill
james at osuosl.org
Thu Dec 17 05:38:06 UTC 2009
yum/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d5d929d4bb4e2eade2ce4063f6ffc1b04aa92daf
Author: James Antill <james at and.org>
Date: Thu Dec 17 00:37:59 2009 -0500
Fix moved code typo, dups => deps for deps :)
diff --git a/yum/__init__.py b/yum/__init__.py
index 20fc516..bf267b4 100644
--- a/yum/__init__.py
+++ b/yum/__init__.py
@@ -1065,7 +1065,7 @@ class YumBase(depsolve.Depsolve):
out(_('Warning: RPMDB altered outside of yum.'))
rc = 0
- if chkcmd in ('all', 'duplicates'):
+ if chkcmd in ('all', 'dependencies'):
prob2ui = {'requires' : _('missing requires'),
'conflicts' : _('installed conflict')}
for (pkg, prob, ver, opkgs) in self.rpmdb.check_dependencies():
More information about the Yum-commits
mailing list