/[smeserver]/rpms/anaconda/sme8/0015-Determine-upgradability-of-SME-server.patch
ViewVC logotype

Diff of /rpms/anaconda/sme8/0015-Determine-upgradability-of-SME-server.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, Thu May 5 17:50:37 2011 UTC
# Line 1  Line 1 
1  From 7e51d9199e21c699e0f25cbacf68cc431f08c2ef Mon Sep 17 00:00:00 2001  From 325e7cfea669b42ee655f18a5c52d063b9d8ea92 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 08:43:46 -0600  Date: Mon, 19 Oct 2009 08:43:46 -0600
4  Subject: [PATCH] Determine upgradability of SME server  Subject: [PATCH 15/17] Determine upgradability of SME server
5    
6  ---  ---
7   partedUtils.py        |    1 +   partedUtils.py        |    1 +
# Line 83  index 5beb8a2..429a780 100644 Line 83  index 5beb8a2..429a780 100644
83       else:       else:
84           anaconda.dispatch.skipStep("findinstall", skip = 1)           anaconda.dispatch.skipStep("findinstall", skip = 1)
85  diff --git a/yuminstall.py b/yuminstall.py  diff --git a/yuminstall.py b/yuminstall.py
86  index 95cdbee..92e0aff 100644  index 8505120..6f405fa 100644
87  --- a/yuminstall.py  --- a/yuminstall.py
88  +++ b/yuminstall.py  +++ b/yuminstall.py
89  @@ -1650,10 +1650,10 @@ class YumBackend(AnacondaBackend):  @@ -1675,10 +1675,10 @@ class YumBackend(AnacondaBackend):
90           # Figure out current version for upgrade nag and for determining weird           # Figure out current version for upgrade nag and for determining weird
91           # upgrade cases           # upgrade cases
92           supportedUpgradeVersion = -1           supportedUpgradeVersion = -1
# Line 99  index 95cdbee..92e0aff 100644 Line 99  index 95cdbee..92e0aff 100644
99                                                       (e, v,r))                                                       (e, v,r))
100                   if val > 0:                   if val > 0:
101                       supportedUpgradeVersion = 0                       supportedUpgradeVersion = 0
102  @@ -1661,9 +1661,6 @@ class YumBackend(AnacondaBackend):  @@ -1686,9 +1686,6 @@ class YumBackend(AnacondaBackend):
103                       supportedUpgradeVersion = 1                       supportedUpgradeVersion = 1
104                       break                       break
105    
# Line 110  index 95cdbee..92e0aff 100644 Line 110  index 95cdbee..92e0aff 100644
110               rc = anaconda.intf.messageWindow(_("Warning"),               rc = anaconda.intf.messageWindow(_("Warning"),
111                                       _("You appear to be upgrading from a system "                                       _("You appear to be upgrading from a system "
112  --  --
113  1.5.5.6  1.7.4.1
114    


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