Author: czarny Date: Mon May 28 13:48:47 2007 GMT Module: SOURCES Tag: HEAD ---- Log message: - fresh straight from Patrys; fixes runntime error with ObsoletesTuples
---- Files affected: SOURCES: yumex-obsoletes.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/yumex-obsoletes.patch diff -u /dev/null SOURCES/yumex-obsoletes.patch:1.1 --- /dev/null Mon May 28 15:48:47 2007 +++ SOURCES/yumex-obsoletes.patch Mon May 28 15:48:42 2007 @@ -0,0 +1,10 @@ +--- ../BUILD/yumex-1.9.6/src/packages.py~ 2007-03-20 13:00:23.000000000 +0100 ++++ ../BUILD/yumex-1.9.6/src/packages.py 2007-05-28 11:10:45.761489850 +0200 +@@ -172,6 +172,7 @@ + yp.action = 'i' + yield yp + elif mask == 'updates': ++ self.up.doObsoletes() + obsoletes = self.up.getObsoletesTuples( newest=1 ) + for ( obsoleting, installed ) in obsoletes: + obsoleting_pkg = self.getPackageObject( obsoleting ) ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
