[yum-commits] yum/__init__.py

James Antill james at osuosl.org
Tue Sep 3 17:59:06 UTC 2013


 yum/__init__.py |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit c86b4c6b8598cdf4d9255d7d4b6e763c5d812fd2
Author: James Antill <james at and.org>
Date:   Tue Sep 3 13:54:18 2013 -0400

    Tweak y-c-t and history redo msg. BZ 974576.

diff --git a/yum/__init__.py b/yum/__init__.py
index 06631c3..f542fe6 100644
--- a/yum/__init__.py
+++ b/yum/__init__.py
@@ -1171,8 +1171,9 @@ class YumBase(depsolve.Depsolve):
             misc.find_unfinished_transactions(yumlibpath=self.conf.persistdir)):
             msg = _('There are unfinished transactions remaining. You might ' \
                     'consider running yum-complete-transaction, or' \
-                    ' "yum history redo last", first to finish them. If that' \
-                    ' doesn\'t work you\'ll have to try removing/installing' \
+                    ' "yum-complete-transaction --cleanup-only" and' \
+                    ' "yum history redo last", first to finish them. If those' \
+                    ' don\'t work you\'ll have to try removing/installing' \
                     ' packages by hand (maybe package-cleanup can help).')
             self.logger.critical(msg)
             self.yumUtilsMsg(self.logger.critical, "yum-complete-transaction")


More information about the Yum-commits mailing list