/[smeserver]/rpms/anaconda/sme9/0001-anaconda.id.displayMode.patch
ViewVC logotype

Contents of /rpms/anaconda/sme9/0001-anaconda.id.displayMode.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: +3 -3 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/backend.py.orig 2013-10-16 10:30:34.000000000 -0400
2 +++ anaconda-13.21.215/backend.py 2014-01-02 09:56:10.450514836 -0500
3 @@ -234,7 +234,7 @@
4 if anaconda.isKickstart:
5 anaconda.backend.resetPackageSelections()
6 kickstart.selectPackages(anaconda)
7 - elif anaconda.id.displayMode != 't':
8 + else:
9 anaconda.backend.resetPackageSelections()
10 anaconda.id.instClass.setPackageSelection(anaconda)
11 anaconda.id.instClass.setGroupSelection(anaconda)

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