/[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.2 by slords, Mon May 17 16:15:48 2010 UTC Revision 1.10 by wellsi, Sun Nov 10 06:00:41 2013 UTC
# Line 1  Line 1 
1  From 7001888c727df168e8443e92dc1351dd44996077 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/17] 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 b9d0415..c526587 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 b9d0415..c526587 100644 Line 21  index b9d0415..c526587 100644
21                   sys.exit(0)                   sys.exit(0)
22    
23  --  --
24  1.5.5.6  1.7.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