[yum-commits] yumcommands.py

James Antill james at osuosl.org
Tue Feb 25 14:55:59 UTC 2014


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

New commits:
commit 5c9c8db7b380457f71482a5ed28cd5fdb653a37b
Author: Radek Holy <rholy at redhat.com>
Date:   Tue Feb 25 04:03:13 2014 -0500

    Fix repo-pkgs check-update not showing any updates.

diff --git a/yumcommands.py b/yumcommands.py
index ef84c1f..74e4333 100644
--- a/yumcommands.py
+++ b/yumcommands.py
@@ -1617,7 +1617,7 @@ class CheckUpdateCommand(YumCommand):
         """
         updateinfo.exclude_updates(base)
         obscmds = ['obsoletes'] + extcmds
-        base.extcmds.insert(0, 'updates')
+        extcmds.insert(0, 'updates')
         result = 0
         if True:
             ypl = base.returnPkgLists(extcmds, repoid=repoid)


More information about the Yum-commits mailing list