1 |
wellsi |
1.1 |
diff -ruN anaconda-13.21.215/textw/upgrade_text.py anaconda-13.21.215.white/textw/upgrade_text.py |
2 |
|
|
--- anaconda-13.21.215/textw/upgrade_text.py 2014-03-29 16:00:27.000000000 -0700 |
3 |
|
|
+++ anaconda-13.21.215.white/textw/upgrade_text.py 2014-03-29 15:57:55.000000000 -0700 |
4 |
|
|
@@ -252,12 +252,6 @@ |
5 |
|
|
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 |
|
|
- if not desc.startswith('SME Server 9.0'): |
9 |
|
|
- sys_is_not_upgradeable = 1 |
10 |
|
|
- header = _("Wrong SME Server version found") |
11 |
|
|
- reason = _("Your system %s is not upgradeable to SME Server 9.0" %(desc)) |
12 |
|
|
- |
13 |
|
|
- |
14 |
|
|
if sys_is_not_upgradeable: |
15 |
|
|
partList.append(_("Reboot system")) |
16 |
|
|
(button, choice) = ListboxChoiceWindow(screen, header, |