1 |
From 1ed9fe6cbc29e69e85793a497890d65dfa8fe966 Mon Sep 17 00:00:00 2001 |
From 7001888c727df168e8443e92dc1351dd44996077 Mon Sep 17 00:00:00 2001 |
2 |
From: Shad L. Lords <slords@mail.com> |
From: Shad L. Lords <slords@mail.com> |
3 |
Date: Mon, 19 Oct 2009 07:53:36 -0600 |
Date: Mon, 19 Oct 2009 07:53:36 -0600 |
4 |
Subject: [PATCH] No warnings if unable to remove rpm databases |
Subject: [PATCH] No warnings if unable to remove rpm databases |
8 |
1 files changed, 1 insertions(+), 1 deletions(-) |
1 files changed, 1 insertions(+), 1 deletions(-) |
9 |
|
|
10 |
diff --git a/yuminstall.py b/yuminstall.py |
diff --git a/yuminstall.py b/yuminstall.py |
11 |
index b7096a7..ede099a 100644 |
index b9d0415..c526587 100644 |
12 |
--- a/yuminstall.py |
--- a/yuminstall.py |
13 |
+++ b/yuminstall.py |
+++ b/yuminstall.py |
14 |
@@ -1661,7 +1661,7 @@ class YumBackend(AnacondaBackend): |
@@ -1677,7 +1677,7 @@ class YumBackend(AnacondaBackend): |
15 |
try: |
try: |
16 |
os.unlink("%s/var/lib/rpm/%s" %(anaconda.rootPath, rpmfile)) |
os.unlink("%s/var/lib/rpm/%s" %(anaconda.rootPath, rpmfile)) |
17 |
except: |
except: |