--- rpms/anaconda/sme8/0002-No-warnings-if-unable-to-remove-rpm-databases.patch 2009/10/22 14:43:11 1.1 +++ rpms/anaconda/sme8/0002-No-warnings-if-unable-to-remove-rpm-databases.patch 2010/05/17 16:15:48 1.2 @@ -1,4 +1,4 @@ -From 1ed9fe6cbc29e69e85793a497890d65dfa8fe966 Mon Sep 17 00:00:00 2001 +From 7001888c727df168e8443e92dc1351dd44996077 Mon Sep 17 00:00:00 2001 From: Shad L. Lords Date: Mon, 19 Oct 2009 07:53:36 -0600 Subject: [PATCH] No warnings if unable to remove rpm databases @@ -8,10 +8,10 @@ Subject: [PATCH] No warnings if unable t 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/yuminstall.py b/yuminstall.py -index b7096a7..ede099a 100644 +index b9d0415..c526587 100644 --- a/yuminstall.py +++ b/yuminstall.py -@@ -1661,7 +1661,7 @@ class YumBackend(AnacondaBackend): +@@ -1677,7 +1677,7 @@ class YumBackend(AnacondaBackend): try: os.unlink("%s/var/lib/rpm/%s" %(anaconda.rootPath, rpmfile)) except: