--- rpms/anaconda/sme9/0003-SMEServerBranding.patch 2013/12/16 03:38:12 1.1 +++ rpms/anaconda/sme9/0003-SMEServerBranding.patch 2014/01/03 22:12:21 1.2 @@ -1,4 +1,4 @@ ---- anaconda-13.21.195.upstream/upgrade.py 2012-11-26 12:42:03.000000000 -0800 +--- anaconda-13.21.215.upstream/upgrade.py 2012-11-26 12:42:03.000000000 -0800 +++ updates/upgrade.py 2013-03-11 11:03:05.000000000 -0700 @@ -84,7 +84,7 @@ @@ -9,9 +9,9 @@ anaconda.dispatch.skipStep("installtype", skip = 1) else: anaconda.dispatch.skipStep("findinstall", skip = 1) ---- anaconda-13.21.195.upstream/yuminstall.py 2012-11-29 09:42:25.000000000 -0800 -+++ updates/yuminstall.py 2013-03-11 11:03:05.000000000 -0700 -@@ -1815,7 +1815,7 @@ +--- anaconda-13.21.215.upstream/yuminstall.py 2013-09-26 10:06:38.000000000 -0400 ++++ updates/yuminstall.py 2014-01-01 20:40:12.326401516 -0500 +@@ -1828,7 +1828,7 @@ for pkgtup in self.ayum.rpmdb.whatProvides('redhat-release', None, None): n, a, e, v, r = pkgtup if supportedUpgradeVersion <= 0: @@ -20,7 +20,7 @@ (e, v,r)) if val > 0: supportedUpgradeVersion = 0 -@@ -1823,7 +1823,7 @@ +@@ -1836,7 +1836,7 @@ supportedUpgradeVersion = 1 break