From 86fb9ed2ad5f846b7f490940bca5528ae397c643 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Mon, 1 Jun 2009 14:26:27 -0400 Subject: We no longer write out /etc/rpm/platform, so don't offer to upgrade it. --- yuminstall.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'yuminstall.py') diff --git a/yuminstall.py b/yuminstall.py index 0e7a4da85..e7f1d915d 100644 --- a/yuminstall.py +++ b/yuminstall.py @@ -1427,9 +1427,9 @@ reposdir=/etc/anaconda.repos.d,/tmp/updates/anaconda.repos.d,/tmp/product/anacon self.initLog(anaconda.id, anaconda.rootPath) if flags.setupFilesystems: - # setup /etc/rpm/platform for the post-install environment + # setup /etc/rpm/ for the post-install environment iutil.writeRpmPlatform(anaconda.rootPath) - + try: # FIXME: making the /var/lib/rpm symlink here is a hack to # workaround db->close() errors from rpm -- cgit