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

Diff 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 | View Patch Patch

Revision 1.4 by slords, Wed Apr 27 14:33:48 2011 UTC Revision 1.5 by slords, Wed Apr 27 14:41:40 2011 UTC
# Line 1  Line 1 
1  From fcc9bbd60ae2fead9c288ec45494c482fe359e49 Mon Sep 17 00:00:00 2001  From c5a68e8d56283a7042da5d6f0f1c0c0570cbdca6 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 02/16] No warnings if unable to remove rpm databases
5    
6  ---  ---
7   yuminstall.py |    2 +-   yuminstall.py |    2 +-
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 a5028b0..95cdbee 100644  index f587668..4d1e2b4 100644
12  --- a/yuminstall.py  --- a/yuminstall.py
13  +++ b/yuminstall.py  +++ b/yuminstall.py
14  @@ -1677,7 +1677,7 @@ class YumBackend(AnacondaBackend):  @@ -1702,7 +1702,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:
# Line 21  index a5028b0..95cdbee 100644 Line 21  index a5028b0..95cdbee 100644
21                   sys.exit(0)                   sys.exit(0)
22    
23  --  --
24  1.5.5.6  1.7.4.1
25    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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