1 |
vip-ire |
1.3 |
diff -Nur anaconda-13.21.229/textw/upgrade_text.py anaconda-13.21.229_bz8761/textw/upgrade_text.py |
2 |
|
|
--- anaconda-13.21.229/textw/upgrade_text.py 2015-03-30 11:13:55.394000000 +0200 |
3 |
|
|
+++ anaconda-13.21.229_bz8761/textw/upgrade_text.py 2015-03-30 11:15:09.923000000 +0200 |
4 |
wellsi |
1.2 |
@@ -252,6 +252,12 @@ |
5 |
wellsi |
1.1 |
header = _("Wrong SME server version") |
6 |
|
|
reason = _("Your system is not upgradeable using this version of SME server. The currently installed system is a %s bit version, but this version of SME server is a %s bit version.") % (arch, cur_arch) |
7 |
|
|
|
8 |
vip-ire |
1.3 |
+ if not desc.startswith('SME Server 9'): |
9 |
wellsi |
1.2 |
+ sys_is_not_upgradeable = 1 |
10 |
|
|
+ header = _("Wrong SME Server version found") |
11 |
vip-ire |
1.3 |
+ reason = _("Your system %s is not upgradeable to SME Server 9.1" %(desc)) |
12 |
wellsi |
1.2 |
+ |
13 |
|
|
+ |
14 |
wellsi |
1.1 |
if sys_is_not_upgradeable: |
15 |
|
|
partList.append(_("Reboot system")) |
16 |
|
|
(button, choice) = ListboxChoiceWindow(screen, header, |