--- rpms/anaconda/sme8/0002-No-warnings-if-unable-to-remove-rpm-databases.patch 2010/05/17 16:15:48 1.2 +++ rpms/anaconda/sme8/0002-No-warnings-if-unable-to-remove-rpm-databases.patch 2013/11/10 06:00:41 1.10 @@ -1,17 +1,17 @@ -From 7001888c727df168e8443e92dc1351dd44996077 Mon Sep 17 00:00:00 2001 +From c5a68e8d56283a7042da5d6f0f1c0c0570cbdca6 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 +Subject: [PATCH 02/17] No warnings if unable to remove rpm databases --- yuminstall.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/yuminstall.py b/yuminstall.py -index b9d0415..c526587 100644 +index f587668..4d1e2b4 100644 --- a/yuminstall.py +++ b/yuminstall.py -@@ -1677,7 +1677,7 @@ class YumBackend(AnacondaBackend): +@@ -1702,7 +1702,7 @@ class YumBackend(AnacondaBackend): try: os.unlink("%s/var/lib/rpm/%s" %(anaconda.rootPath, rpmfile)) except: @@ -21,5 +21,5 @@ index b9d0415..c526587 100644 sys.exit(0) -- -1.5.5.6 +1.7.1