--- rpms/anaconda/sme8/0015-Determine-upgradability-of-SME-server.patch 2011/04/27 14:33:48 1.4 +++ rpms/anaconda/sme8/0015-Determine-upgradability-of-SME-server.patch 2011/05/05 17:50:37 1.5 @@ -1,7 +1,7 @@ -From 7e51d9199e21c699e0f25cbacf68cc431f08c2ef Mon Sep 17 00:00:00 2001 +From 325e7cfea669b42ee655f18a5c52d063b9d8ea92 Mon Sep 17 00:00:00 2001 From: Shad L. Lords Date: Mon, 19 Oct 2009 08:43:46 -0600 -Subject: [PATCH] Determine upgradability of SME server +Subject: [PATCH 15/17] Determine upgradability of SME server --- partedUtils.py | 1 + @@ -83,10 +83,10 @@ index 5beb8a2..429a780 100644 else: anaconda.dispatch.skipStep("findinstall", skip = 1) diff --git a/yuminstall.py b/yuminstall.py -index 95cdbee..92e0aff 100644 +index 8505120..6f405fa 100644 --- a/yuminstall.py +++ b/yuminstall.py -@@ -1650,10 +1650,10 @@ class YumBackend(AnacondaBackend): +@@ -1675,10 +1675,10 @@ class YumBackend(AnacondaBackend): # Figure out current version for upgrade nag and for determining weird # upgrade cases supportedUpgradeVersion = -1 @@ -99,7 +99,7 @@ index 95cdbee..92e0aff 100644 (e, v,r)) if val > 0: supportedUpgradeVersion = 0 -@@ -1661,9 +1661,6 @@ class YumBackend(AnacondaBackend): +@@ -1686,9 +1686,6 @@ class YumBackend(AnacondaBackend): supportedUpgradeVersion = 1 break @@ -110,5 +110,5 @@ index 95cdbee..92e0aff 100644 rc = anaconda.intf.messageWindow(_("Warning"), _("You appear to be upgrading from a system " -- -1.5.5.6 +1.7.4.1