[yum-commits] Branch 'yum-3_2_X' - 2 commits - cli.py
skvidal at osuosl.org
skvidal at osuosl.org
Mon Feb 9 23:01:46 UTC 2009
cli.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit fb140c5e3cd94a41104ddbaebd357b5ebeea60c8
Merge: 7f5633b... b5bcc39...
Author: Seth Vidal <skvidal at fedoraproject.org>
Date: Mon Feb 9 18:01:08 2009 -0500
Merge branch 'yum-3_2_X' of ssh://yum.baseurl.org/srv/projects/yum/git/yum into yum-3_2_X
* 'yum-3_2_X' of ssh://yum.baseurl.org/srv/projects/yum/git/yum:
Fix for BZ 484739, process obsoletes on older pkgs when newer is installed
Test cases for BZ 484739
Fixes for testbase classes
commit 7f5633b6981e7cd476af9b7348652e8b8f21ecfe
Author: Seth Vidal <skvidal at fedoraproject.org>
Date: Mon Feb 9 17:59:19 2009 -0500
spelling fix from tmz - yum bug #39
diff --git a/cli.py b/cli.py
index ca0ca34..baf019f 100644
--- a/cli.py
+++ b/cli.py
@@ -803,7 +803,7 @@ class YumBaseCli(yum.YumBase, output.YumOutput):
for arg in args:
if '*' in arg or (arg and arg[0] == '/'):
continue
- self.logger.warning(_('Warning: 3.0.x versions of yum would erronously match against filenames.\n You can use "%s*/%s%s" and/or "%s*bin/%s%s" to get that behaviour'),
+ self.logger.warning(_('Warning: 3.0.x versions of yum would erroneously match against filenames.\n You can use "%s*/%s%s" and/or "%s*bin/%s%s" to get that behaviour'),
self.term.MODE['bold'], arg,
self.term.MODE['normal'],
self.term.MODE['bold'], arg,
More information about the Yum-commits
mailing list