/[smeserver]/rpms/anaconda/sme8/0002-No-warnings-if-unable-to-remove-rpm-databases.patch
ViewVC logotype

Contents of /rpms/anaconda/sme8/0002-No-warnings-if-unable-to-remove-rpm-databases.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download)
Mon Jun 7 14:25:13 2010 UTC (14 years ago) by slords
Branch: MAIN
Changes since 1.2: +2 -2 lines
* Mon Jun 07 2010 Shad L. Lords <slords@mail.com> 11.1.2.209-1.sme
- Fix mkinitrd part of no kernel patch so dd works [SME: 6031]

1 From fcc9bbd60ae2fead9c288ec45494c482fe359e49 Mon Sep 17 00:00:00 2001
2 From: Shad L. Lords <slords@mail.com>
3 Date: Mon, 19 Oct 2009 07:53:36 -0600
4 Subject: [PATCH] No warnings if unable to remove rpm databases
5
6 ---
7 yuminstall.py | 2 +-
8 1 files changed, 1 insertions(+), 1 deletions(-)
9
10 diff --git a/yuminstall.py b/yuminstall.py
11 index a5028b0..95cdbee 100644
12 --- a/yuminstall.py
13 +++ b/yuminstall.py
14 @@ -1677,7 +1677,7 @@ class YumBackend(AnacondaBackend):
15 try:
16 os.unlink("%s/var/lib/rpm/%s" %(anaconda.rootPath, rpmfile))
17 except:
18 - log.info("error %s removing file: /var/lib/rpm/%s" %(e,rpmfile))
19 + #log.info("error %s removing file: /var/lib/rpm/%s" %(e,rpmfile))
20 pass
21 sys.exit(0)
22
23 --
24 1.5.5.6
25

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed