--- 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 @@ if anaconda.id.rootParts is not None and len(anaconda.id.rootParts) > 0: anaconda.dispatch.skipStep("findinstall", skip = 0) - if productName.find("Red Hat Enterprise Linux") == -1: + if productName.find("SME Server") == -1: anaconda.dispatch.skipStep("installtype", skip = 1) else: anaconda.dispatch.skipStep("findinstall", skip = 1) --- 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: - val = rpmUtils.miscutils.compareEVR((None, '3', '1'), + val = rpmUtils.miscutils.compareEVR((None, '9.0', '1'), (e, v,r)) if val > 0: supportedUpgradeVersion = 0 @@ -1836,7 +1836,7 @@ supportedUpgradeVersion = 1 break - if "Red Hat Enterprise Linux" not in productName: + if "SME Server" not in productName: supportedUpgradeVersion = 1 if supportedUpgradeVersion == 0: