--- rpms/anaconda/sme9/anaconda.spec 2014/04/17 00:43:15 1.15 +++ rpms/anaconda/sme9/anaconda.spec 2014/04/19 02:44:23 1.16 @@ -4,7 +4,7 @@ Summary: Graphical system installer Name: anaconda Version: 13.21.215 -Release: 1%{?dist}.11 +Release: 1%{?dist}.12 License: GPLv2+ Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda @@ -38,6 +38,7 @@ Patch10018: 0018-RaidN.patch Patch10019: 0019-UpgradeText-whitespace.patch Patch10020: 0020-PreventTooOldUpgrades.patch Patch10021: 0021-RaidN-v2.patch +Patch10022: 0022-InstallerLanguages.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -208,6 +209,7 @@ system. These files are of little use o %patch10019 -p1 %patch10020 -p1 %patch10021 -p1 +%patch10022 -p1 %build %configure --disable-static @@ -266,6 +268,9 @@ update-desktop-database &> /dev/null || %endif %changelog +* Fri Apr 18 2014 Ian Wells - 13.21.215-1.el6.sme.12 +- Modify installer language search path [SME: 8231] + * Wed Apr 16 2014 Ian Wells - 13.21.215-1.el6.sme.11 - Add more support for "raid=N" [SME: 7529]