- 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)
This commit is contained in:
Brian C. Lane 2016-03-24 16:59:27 -07:00
parent 6d55caa538
commit 1552aadb31
3 changed files with 14 additions and 2 deletions

1
.gitignore vendored
View File

@ -56,3 +56,4 @@
/anaconda-25.1.tar.bz2
/anaconda-25.2.tar.bz2
/anaconda-25.3.tar.bz2
/anaconda-25.4.tar.bz2

View File

@ -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 <bcl@redhat.com> - 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 <bcl@redhat.com> - 25.3-1
- Apply language attributes to all labels within anaconda. (dshea)
- Add a function to apply a PangoAttrLanguage to a label. (dshea)

View File

@ -1 +1 @@
c06eeaf55e5b73dec7a3d5462ee46c00 anaconda-25.3.tar.bz2
abcbce3edab0232823b1ca1cdd25b149 anaconda-25.4.tar.bz2