[yum-cvs] cli.py

James Bowes jbowes at linux.duke.edu
Mon Jul 30 15:05:22 UTC 2007


 cli.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d1352dfde62baacd16f66f62e140e9bdc571419a
Author: James Bowes <jbowes at redhat.com>
Date:   Mon Jul 30 11:00:05 2007 -0400

    Obsoletion is not a word. Just use Update

diff --git a/cli.py b/cli.py
index 981a196..fd63ad0 100644
--- a/cli.py
+++ b/cli.py
@@ -628,10 +628,10 @@ class YumBaseCli(yum.YumBase, output.YumOutput):
 
         if len(self.tsInfo) > oldcount:
             change = len(self.tsInfo) - oldcount
-            msg = '%d packages marked for Update/Obsoletion' % change
+            msg = '%d packages marked for Update' % change
             return 2, [msg]
         else:
-            return 0, ['No Packages marked for Update/Obsoletion']
+            return 0, ['No Packages marked for Update']
 
 
         



More information about the Yum-cvs-commits mailing list