[Yum-devel] [PATCH 2/2] No state_counter check on loadts new rpmdbv check, as that skips everything.

James Antill james at and.org
Mon Sep 17 15:01:40 UTC 2012


---
 cli.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/cli.py b/cli.py
index de00b14..cf2c369 100755
--- a/cli.py
+++ b/cli.py
@@ -538,7 +538,6 @@ class YumBaseCli(yum.YumBase, output.YumOutput):
         
         cfr = self.tsInfo._check_future_rpmdbv
         if (cfr is not None and
-            cfr[0] == self.tsInfo.state_counter and
             self.tsInfo.futureRpmDBVersion() != cfr[1]):
             msg = _("future rpmdb ver mismatched saved transaction version,")
             if cfr[2]:
-- 
1.7.6.5



More information about the Yum-devel mailing list