[yum-commits] Branch 'yum-3_2_X' - 2 commits - cli.py

skvidal at osuosl.org skvidal at osuosl.org
Thu Jan 21 14:22:09 UTC 2010


 cli.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cc57a2ff24c4a18871b2e972139d5754f911c7e5
Merge: 510d976... 3e5cee8...
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Thu Jan 21 09:21:26 2010 -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:
      Add manual tests for format_number.
      Fix no script output from transaction, BZ 554462
      Make sizes without trailing k, M etc symbols line up with others.
      Speed up __utf8_ucp_width().

commit 510d9769ac31ec9cd91b2e9b418c018682cfea9d
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Thu Jan 21 09:02:24 2010 -0500

    change disk space needed message for rh bug: #557145

diff --git a/cli.py b/cli.py
index c563e63..53025cc 100644
--- a/cli.py
+++ b/cli.py
@@ -311,7 +311,7 @@ class YumBaseCli(yum.YumBase, output.YumOutput):
         if disk:
             summary += _('Disk Requirements:\n')
             for k in disk:
-                summary += _('  At least %dMB needed on the %s filesystem.\n') % (disk[k], k)
+                summary += _('  At least %dMB more space needed on the %s filesystem.\n') % (disk[k], k)
 
         # TODO: simplify the dependency errors?
 


More information about the Yum-commits mailing list