--- rpms/anaconda/sme9/anaconda.spec 2014/02/23 03:25:09 1.8 +++ rpms/anaconda/sme9/anaconda.spec 2014/03/19 20:48:38 1.12 @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda Version: 13.21.215 -Release: 1%{?dist}.4 +Release: 1%{?dist}.8 License: GPLv2+ Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda @@ -29,6 +29,11 @@ Patch10006: 0006-InstallerHDWarning.patc Patch10007: 0007-VolGroup.patch Patch10011: 0011-CheckArch.patch Patch10012: 0012-CheckArch2.patch +Patch10013: 0013-Limit-languages.patch +Patch10014: 0014-Make-boot-loader-use-SME-labels.patch +Patch10015: 0015-Determine-upgradability-of-SME-server.patch +Patch10016: 0016-Automatically-upgrade-bootloader-if-necessary.patch +Patch10017: 0017-Headless-install.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -190,6 +195,11 @@ system. These files are of little use o %patch10007 -p1 %patch10011 -p1 %patch10012 -p1 +%patch10013 -p1 +%patch10014 -p1 +%patch10015 -p1 +%patch10016 -p1 +%patch10017 -p1 %build %configure --disable-static @@ -248,6 +258,19 @@ update-desktop-database &> /dev/null || %endif %changelog +* Wed Mar 19 2014 Ian Wells - 13.21.215-1.el6.sme.8 +- Patches for headless install [SME: 8226] + +* Tue Mar 18 2014 Ian Wells - 13.21.215-1.el6.sme.7 +- Automatically upgrade bootloader if necessary [SME: 8223] +- Installer shows warning about "too old version" [SME: 8038] + +* Mon Mar 17 2014 Ian Wells - 13.21.215-1.el6.sme.6 +- Make boot loader use SME labels [SME: 8229] + +* Sat Feb 22 2014 Ian Wells - 13.21.215-1.el6.sme.5 +- Limit languages to those supported by SME [SME: 8231] + * 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]