--- rpms/anaconda/sme8/anaconda.spec 2011/09/17 20:44:05 1.22 +++ rpms/anaconda/sme8/anaconda.spec 2013/10/06 16:09:18 1.23 @@ -1,6 +1,6 @@ Name: anaconda Version: 11.1.2.242 -Release: 1%{?dist} +Release: 1%{?dist}.1 License: GPL Summary: Graphical system installer Group: Applications/System @@ -63,6 +63,7 @@ Patch1014: 0014-Make-boot-loader-use-SME Patch1015: 0015-Determine-upgradability-of-SME-server.patch 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 BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION} @@ -95,11 +96,11 @@ are needed for installing new systems. sets, but are not meant for use on already installed systems. %prep - +%global _default_patch_fuzz 2 %setup -q %patch1 -p1 %patch2 -p1 -%patch3 -p1 +%patch3 -p1 %patch4 -p1 %patch5 -p1 %patch6 -p1 @@ -123,6 +124,7 @@ sets, but are not meant for use on alrea %patch1015 -p1 %patch1016 -p1 %patch1017 -p1 +%patch1018 -p1 %build make depend @@ -181,6 +183,9 @@ fi /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Sun Oct 6 2013 Ian Wells 11.1.2.242-1.el5.sme.1 +- Update warning about re-formatting attached hard drives [SME: 4788] + * Sat Sep 17 2011 Shad L. Lords 11.1.2.242-1.el5.sme - No warnings if kernel not upgraded (recreate initrd if kernel was installed)