From 1552aadb3121ca9e3acf51e8d28a5fe39d249029 Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Mar 24 2016 23:59:27 +0000 Subject: - Require that the English locale data be available. (#1315494) (dshea) - Revert "Change the default locale to C.UTF-8 (#1312607)" (#1315494) (dshea) - Make windows in metacity closable (#1319590) (dshea) - Fix the use of CSS psuedo-classes in the widgets. (dshea) - Add reason when logging invalid repository (#1240379) (jkonecny) --- diff --git a/.gitignore b/.gitignore index 94d13da..63da705 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,4 @@ /anaconda-25.1.tar.bz2 /anaconda-25.2.tar.bz2 /anaconda-25.3.tar.bz2 +/anaconda-25.4.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index f7cf979..de0c403 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 25.3 +Version: 25.4 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -143,6 +143,9 @@ Requires: python3-coverage >= 4.0-0.12.b3 # required because of the rescue mode and VNC question Requires: anaconda-tui = %{version}-%{release} +# Make sure we get the en locale one way or another +Requires: (glibc-langpack-en or glibc-all-langpacks) + Obsoletes: anaconda-images <= 10 Provides: anaconda-images = %{version}-%{release} Obsoletes: anaconda-runtime < %{version}-%{release} @@ -178,6 +181,7 @@ Requires: python3-gobject-base # Needed to compile the gsettings files BuildRequires: gsettings-desktop-schemas +BuildRequires: metacity %description gui This package contains graphical user interface for the Anaconda installer. @@ -314,6 +318,13 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Mar 24 2016 Brian C. Lane - 25.4-1 +- Require that the English locale data be available. (#1315494) (dshea) +- Revert "Change the default locale to C.UTF-8 (#1312607)" (#1315494) (dshea) +- Make windows in metacity closable (#1319590) (dshea) +- Fix the use of CSS psuedo-classes in the widgets. (dshea) +- Add reason when logging invalid repository (#1240379) (jkonecny) + * Sat Mar 19 2016 Brian C. Lane - 25.3-1 - Apply language attributes to all labels within anaconda. (dshea) - Add a function to apply a PangoAttrLanguage to a label. (dshea) diff --git a/sources b/sources index 22dab9b..4aa5d23 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c06eeaf55e5b73dec7a3d5462ee46c00 anaconda-25.3.tar.bz2 +abcbce3edab0232823b1ca1cdd25b149 anaconda-25.4.tar.bz2