[yum-commits] yum-complete-transaction.py yum-utils.spec

James Antill james at osuosl.org
Sat Oct 18 02:06:16 UTC 2008


 yum-complete-transaction.py |    2 +-
 yum-utils.spec              |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 1102eda73da7ae114a17f676bbec844cf8068bbc
Author: James Antill <james at and.org>
Date:   Fri Oct 17 20:35:41 2008 -0400

    Don't check for unfinished transactions when completing transactions

diff --git a/yum-complete-transaction.py b/yum-complete-transaction.py
index efafed6..b44f874 100755
--- a/yum-complete-transaction.py
+++ b/yum-complete-transaction.py
@@ -182,7 +182,7 @@ class YumCompleteTransaction(YumUtilBase):
 
 
 
-        self.buildTransaction()
+        self.buildTransaction(unfinished_transactions_check=False)
         if len(self.tsInfo) < 1:
             print 'Nothing in the unfinished transaction to cleanup.'
             print "Cleaning up completed transaction file"
diff --git a/yum-utils.spec b/yum-utils.spec
index f4f823d..792c407 100644
--- a/yum-utils.spec
+++ b/yum-utils.spec
@@ -8,7 +8,7 @@ Source: http://linux.duke.edu/yum/download/yum-utils/%{name}-%{version}.tar.gz
 URL: http://linux.duke.edu/yum/download/yum-utils/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
-Requires: python >= 2.4 , yum >= 3.2.19
+Requires: python >= 2.4 , yum >= 3.2.20
 
 %description
 yum-utils is a collection of utilities and examples for the yum package


More information about the Yum-commits mailing list