--- rpms/anaconda/sme9/anaconda.spec 2013/12/16 03:38:13 1.3 +++ rpms/anaconda/sme9/anaconda.spec 2014/01/03 22:31:52 1.6 @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda Version: 13.21.215 -Release: 1%{?dist}.1 +Release: 1%{?dist}.3 License: GPLv2+ Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda @@ -28,6 +28,9 @@ Patch10005: 0005-DegradedRAID1.patch Patch10006: 0006-InstallerHDWarning.patch Patch10007: 0007-VolGroup.patch Patch10008: 0008-StorageActivationFail.patch +Patch10009: 0009-CheckArch.patch +Patch10010: 0010-CheckArch.patch2 +Patch10011: 0011-CheckArch.patch3 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -179,6 +182,7 @@ system. These files are of little use o %patch1000 -p1 %patch1002 -p1 %patch1003 -p1 + %patch10001 -p1 %patch10002 -p1 %patch10003 -p1 @@ -187,6 +191,7 @@ system. These files are of little use o %patch10006 -p1 %patch10007 -p1 %patch10008 -p1 +%patch10011 -p1 %build %configure --disable-static @@ -245,6 +250,14 @@ update-desktop-database &> /dev/null || %endif %changelog +* Fri Jan 3 2014 Charlie Brady - 13.21.215-1.el6.sme.3 +- Fix references to Mitel in architecture check patch. [SME: 8083] + +* Sun Dec 15 2013 Charlie Brady - 13.21.215-1.el6.sme.2 +- Stop anaconda from attempting to "upgrade" from 32bit to 64bit, or from 64bit to + 32bit. Adjust SME specific patches to have zero offset to avoid .py.orig files. + [SME: 8083] + * Sun Dec 15 2013 Ian Wells - 13.21.215-1.el6.sme.1 - Apply SME Server specific patches [SME: 8066]