/[smeserver]/rpms/anaconda/sme9/0003-SMEServerBranding.patch
ViewVC logotype

Contents of /rpms/anaconda/sme9/0003-SMEServerBranding.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Fri Jan 3 22:12:21 2014 UTC (10 years, 4 months ago) by charliebrady
Branch: MAIN
CVS Tags: anaconda-13_21_229-1_el6_sme_3, anaconda-13_21_215-1_el6_sme_7, anaconda-13_21_239-1_el6_sme_1, anaconda-13_21_215-1_el6_sme_9, anaconda-13_21_215-1_el6_sme_10, anaconda-13_21_215-1_el6_sme_11, anaconda-13_21_215-1_el6_sme_12, anaconda-13_21_263-1_el6_sme_1, anaconda-13_21_229-1_el6_sme_2, anaconda-13_21_229-1_el6_sme_1, anaconda-13_21_239-1_el6_sme, anaconda-13_21_215-1_el6_sme_8, anaconda-13_21_239_1-1_el6_sme, anaconda-13_21_215-1_el6_sme_6, anaconda-13_21_254-1_el6_sme_2, anaconda-13_21_254-1_el6_sme_1, anaconda-13_21_215-1_el6_sme_5, anaconda-13_21_215-1_el6_sme_4, anaconda-13_21_239-1_el6_sme_2, HEAD
Changes since 1.1: +5 -5 lines
Adjust SME specific patches to have zero offset to avoid .py.orig files. Fix changelog
entry for [SME: 8038] change.

1 --- anaconda-13.21.215.upstream/upgrade.py 2012-11-26 12:42:03.000000000 -0800
2 +++ updates/upgrade.py 2013-03-11 11:03:05.000000000 -0700
3 @@ -84,7 +84,7 @@
4
5 if anaconda.id.rootParts is not None and len(anaconda.id.rootParts) > 0:
6 anaconda.dispatch.skipStep("findinstall", skip = 0)
7 - if productName.find("Red Hat Enterprise Linux") == -1:
8 + if productName.find("SME Server") == -1:
9 anaconda.dispatch.skipStep("installtype", skip = 1)
10 else:
11 anaconda.dispatch.skipStep("findinstall", skip = 1)
12 --- anaconda-13.21.215.upstream/yuminstall.py 2013-09-26 10:06:38.000000000 -0400
13 +++ updates/yuminstall.py 2014-01-01 20:40:12.326401516 -0500
14 @@ -1828,7 +1828,7 @@
15 for pkgtup in self.ayum.rpmdb.whatProvides('redhat-release', None, None):
16 n, a, e, v, r = pkgtup
17 if supportedUpgradeVersion <= 0:
18 - val = rpmUtils.miscutils.compareEVR((None, '3', '1'),
19 + val = rpmUtils.miscutils.compareEVR((None, '9.0', '1'),
20 (e, v,r))
21 if val > 0:
22 supportedUpgradeVersion = 0
23 @@ -1836,7 +1836,7 @@
24 supportedUpgradeVersion = 1
25 break
26
27 - if "Red Hat Enterprise Linux" not in productName:
28 + if "SME Server" not in productName:
29 supportedUpgradeVersion = 1
30
31 if supportedUpgradeVersion == 0:

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed