[yum-commits] Branch 'yum-3_2_X' - 2 commits - yum/__init__.py
skvidal at osuosl.org
skvidal at osuosl.org
Thu Feb 11 02:55:45 UTC 2010
yum/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 98b2c9b669315c324b13e3dc9014208a979d1b45
Merge: 50b01cf... 1ebf347...
Author: Seth Vidal <skvidal at fedoraproject.org>
Date: Wed Feb 10 21:55:49 2010 -0500
Merge branch 'yum-3_2_X' of ssh://yum.baseurl.org/srv/projects/yum/git/yum into yum-3_2_X
* 'yum-3_2_X' of ssh://yum.baseurl.org/srv/projects/yum/git/yum:
l10n: Updates to Polish (pl) translation
commit 50b01cf6329d00e09a8586527afd9b72466df506
Author: Seth Vidal <skvidal at fedoraproject.org>
Date: Wed Feb 10 21:50:23 2010 -0500
fix typo which makes all kernel updates die :(
diff --git a/yum/__init__.py b/yum/__init__.py
index d0bd4cc..df952a8 100644
--- a/yum/__init__.py
+++ b/yum/__init__.py
@@ -4101,7 +4101,7 @@ class YumBase(depsolve.Depsolve):
numleft -= 1
for po,rel in toremove:
- txmbr = self.tsInfo.addErase(toremove)
+ txmbr = self.tsInfo.addErase(po)
# Add a dep relation to the new version of the package, causing this one to be erased
# this way skipbroken, should clean out the old one, if the new one is skipped
txmbr.depends_on.append(rel)
More information about the Yum-commits
mailing list