--- rpms/anaconda/sme9/anaconda.spec 2014/03/29 23:07:17 1.14 +++ rpms/anaconda/sme9/anaconda.spec 2014/04/17 00:43:15 1.15 @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda Version: 13.21.215 -Release: 1%{?dist}.10 +Release: 1%{?dist}.11 License: GPLv2+ Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda @@ -37,6 +37,7 @@ Patch10017: 0017-Headless-install.patch Patch10018: 0018-RaidN.patch Patch10019: 0019-UpgradeText-whitespace.patch Patch10020: 0020-PreventTooOldUpgrades.patch +Patch10021: 0021-RaidN-v2.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -206,6 +207,7 @@ system. These files are of little use o %patch10018 -p1 %patch10019 -p1 %patch10020 -p1 +%patch10021 -p1 %build %configure --disable-static @@ -264,6 +266,9 @@ update-desktop-database &> /dev/null || %endif %changelog +* Wed Apr 16 2014 Ian Wells - 13.21.215-1.el6.sme.11 +- Add more support for "raid=N" [SME: 7529] + * Sat Mar 29 2014 Ian Wells - 13.21.215-1.el6.sme.10 - Prevent upgrades from too old versions [SME: 8038] - Also modify whitespace in textw/upgrade_text.py