commit 50b01cf6329d00e09a8586527afd9b72466df506 Author: Seth Vidal 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)