[Yum-devel] [PATCH] Wrap License field, due to 100+ char. joy in Fedora

James Antill james at and.org
Fri Nov 13 19:03:54 UTC 2009


---
 output.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/output.py b/output.py
index 46168aa..b0fe943 100755
--- a/output.py
+++ b/output.py
@@ -554,7 +554,7 @@ class YumOutput:
         print self.fmtKeyValFill(_("Summary    : "), self._enc(pkg.summary))
         if pkg.url:
             print _("URL        : %s") % to_unicode(pkg.url)
-        print _("License    : %s") % to_unicode(pkg.license)
+        print self.fmtKeyValFill(_("License    : "), to_unicode(pkg.license))
         print self.fmtKeyValFill(_("Description: "), self._enc(pkg.description))
         print ""
     
-- 
1.6.2.5



More information about the Yum-devel mailing list