From 9378b97f017a555f69057f79ba0be3477d36e660 Mon Sep 17 00:00:00 2001 From: Jerry Date: Tue, 24 Nov 2009 19:07:36 -0600 Subject: [PATCH 5/5] call freetmp --- yuminstall.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/yuminstall.py b/yuminstall.py index 3b5c842..cd3540a 100644 --- a/yuminstall.py +++ b/yuminstall.py @@ -1083,8 +1083,8 @@ reposdir=/etc/anaconda.repos.d,/tmp/updates/anaconda.repos.d,/tmp/product/anacon if anaconda.id.getUpgrade(): # FIXME: make sure that the rpmdb doesn't have stale locks :/ iutil.resetRpmDb(anaconda.rootPath) - iutil.writeRpmPlatform() + self.freetmp(anaconda) self.ayum = AnacondaYum(anaconda) self.ayum.setup() -- 1.6.5.2