[yum-commits] Branch 'yum-3_2_X' - output.py

James Antill james at osuosl.org
Mon Oct 25 15:25:59 UTC 2010


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

New commits:
commit 547a082aeebe7d2275d7abbd84a3c25907fae490
Author: James Antill <james at and.org>
Date:   Mon Oct 25 11:08:05 2010 -0400

    Add od/ud to pkgname_ui states, so we can find things.

diff --git a/output.py b/output.py
index a32a3a9..983924a 100755
--- a/output.py
+++ b/output.py
@@ -2239,7 +2239,7 @@ class YumCliRPMCallBack(RPMBaseCallback):
 
     #  Installing things have pkg objects passed to the events, so only need to
     # lookup for erased/obsoleted.
-    def pkgname_ui(self, pkgname, ts_states=('e', None)):
+    def pkgname_ui(self, pkgname, ts_states=('e', 'od', 'ud', None)):
         """ Get more information on a simple pkgname, if we can. """
         return _pkgname_ui(self.ayum, pkgname, ts_states)
 


More information about the Yum-commits mailing list