--- rpms/anaconda/sme9/anaconda.spec 2013/12/15 05:58:34 1.2 +++ rpms/anaconda/sme9/anaconda.spec 2014/02/23 03:25:09 1.8 @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda Version: 13.21.215 -Release: 1%{?dist} +Release: 1%{?dist}.4 License: GPLv2+ Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda @@ -20,6 +20,15 @@ Patch1000: anaconda-centos-installclass. Patch1002: anaconda-centos-droprepos.patch Patch1003: anaconda-centos-unsupported-hardware-note.patch +Patch10001: 0001-anaconda.id.displayMode.patch +Patch10002: 0002-RemovePartitionTypeDialog.patch +Patch10003: 0003-SMEServerBranding.patch +Patch10004: 0004-UTC.patch +Patch10005: 0005-DegradedRAID1.patch +Patch10006: 0006-InstallerHDWarning.patch +Patch10007: 0007-VolGroup.patch +Patch10011: 0011-CheckArch.patch +Patch10012: 0012-CheckArch2.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -172,6 +181,15 @@ system. These files are of little use o %patch1002 -p1 %patch1003 -p1 +%patch10001 -p1 +%patch10002 -p1 +%patch10003 -p1 +%patch10004 -p1 +%patch10005 -p1 +%patch10006 -p1 +%patch10007 -p1 +%patch10011 -p1 +%patch10012 -p1 %build %configure --disable-static @@ -230,6 +248,21 @@ update-desktop-database &> /dev/null || %endif %changelog +* Sat Feb 22 2014 Ian Wells - 13.21.215-1.el6.sme.4 +- Port missing part of architecture check patch from SME 8 [SME: 8083] +- Remove 0008-StorageActivationFail.patch as no longer needed [SME: 8066] + +* 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] + * Sat Dec 14 2013 Ian Wells - 13.21.215-1.el6.sme - Update SME9 to 13.21.215-1 [SME: 8066]