--- rpms/anaconda/sme8/anaconda.spec 2013/11/10 06:00:42 1.27 +++ rpms/anaconda/sme8/anaconda.spec 2014/02/02 06:26:31 1.30 @@ -1,6 +1,6 @@ Name: anaconda Version: 11.1.2.263 -Release: 2%{?dist} +Release: 4%{?dist} License: GPL Summary: Graphical system installer Group: Applications/System @@ -65,6 +65,7 @@ Patch1015: 0015-Determine-upgradability- Patch1016: 0016-Run-SME-post-install-scripts-on-kickstart-install-up.patch Patch1017: 0017-Limit-languages-to-those-supported-by-SME.patch Patch1018: 0018-All-attached-disks-reformat-warning.patch +Patch1019: 0019-upgrade-archcheck.patch BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION} @@ -126,6 +127,7 @@ sets, but are not meant for use on alrea %patch1016 -p1 %patch1017 -p1 %patch1018 -p1 +%patch1019 -p1 %build make depend @@ -184,7 +186,13 @@ fi /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog -* Sat Nov 9 2013 Ian Wells 11.1.2-263-2-1.el5.sme +* Sat Feb 1 2014 Ian Wells 11.1.2-263-4.el5.sme +- Correct indentation in last patch. [SME: 8054] + +* Mon Jan 20 2014 Charlie Brady 11.1.2-263-3.el5.sme +- Prevent 32/64bit cross upgrades. [SME: 8054] + +* Sat Nov 9 2013 Ian Wells 11.1.2-263-2.el5.sme - Apply SME patches to 11.1.2.259-1 [SME: 7976] - Update warning about re-formatting attached hard drives [SME: 4788] - Increase fuzz to allow package to build [SME: 7853]