--- rpms/anaconda/sme9/0020-PreventTooOldUpgrades.patch 2015/03/30 09:17:13 1.3 +++ rpms/anaconda/sme9/0020-PreventTooOldUpgrades.patch 2017/03/14 17:14:35 1.4 @@ -8,7 +8,7 @@ diff -Nur anaconda-13.21.229/textw/upgra + if not desc.startswith('SME Server 9'): + sys_is_not_upgradeable = 1 + header = _("Wrong SME Server version found") -+ reason = _("Your system %s is not upgradeable to SME Server 9.1" %(desc)) ++ reason = _("Your system %s is not upgradeable this to SME Server 9.x version " %(desc)) + + if sys_is_not_upgradeable: