[yum-git] yum/depsolve.py

Florian Festi ffesti at linux.duke.edu
Mon Feb 18 14:04:33 UTC 2008


 yum/depsolve.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ba0b9b470722164c4cf3bdfcdc936397a04a4cca
Author: Florian Festi <ffesti at redhat.com>
Date:   Mon Feb 18 15:04:06 2008 +0100

    Fix copy/paste error

diff --git a/yum/depsolve.py b/yum/depsolve.py
index e72df24..ad47a1d 100644
--- a/yum/depsolve.py
+++ b/yum/depsolve.py
@@ -363,7 +363,7 @@ class Depsolve(object):
             if len(self.tsInfo) != length and txmbrs:
                 if txmbrs[0].output_state == TS_OBSOLETED:
                     self.verbose_logger.log(logginglevels.DEBUG_2, _('TSINFO: Obsoleting %s with %s to resolve dep.'),
-                                            requiringPo, txmbr.obsoleted_by[0])
+                                            requiringPo, txmbrs[0].obsoleted_by[0])
                 else:
                     self.verbose_logger.log(logginglevels.DEBUG_2, _('TSINFO: Updating %s to resolve dep.'), requiringPo)
                 checkdeps = True



More information about the Yum-cvs-commits mailing list