- 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:
parent
6d55caa538
commit
1552aadb31
1
.gitignore
vendored
1
.gitignore
vendored
@ -56,3 +56,4 @@
|
|||||||
/anaconda-25.1.tar.bz2
|
/anaconda-25.1.tar.bz2
|
||||||
/anaconda-25.2.tar.bz2
|
/anaconda-25.2.tar.bz2
|
||||||
/anaconda-25.3.tar.bz2
|
/anaconda-25.3.tar.bz2
|
||||||
|
/anaconda-25.4.tar.bz2
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 25.3
|
Version: 25.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -143,6 +143,9 @@ Requires: python3-coverage >= 4.0-0.12.b3
|
|||||||
# required because of the rescue mode and VNC question
|
# required because of the rescue mode and VNC question
|
||||||
Requires: anaconda-tui = %{version}-%{release}
|
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
|
Obsoletes: anaconda-images <= 10
|
||||||
Provides: anaconda-images = %{version}-%{release}
|
Provides: anaconda-images = %{version}-%{release}
|
||||||
Obsoletes: anaconda-runtime < %{version}-%{release}
|
Obsoletes: anaconda-runtime < %{version}-%{release}
|
||||||
@ -178,6 +181,7 @@ Requires: python3-gobject-base
|
|||||||
|
|
||||||
# Needed to compile the gsettings files
|
# Needed to compile the gsettings files
|
||||||
BuildRequires: gsettings-desktop-schemas
|
BuildRequires: gsettings-desktop-schemas
|
||||||
|
BuildRequires: metacity
|
||||||
|
|
||||||
%description gui
|
%description gui
|
||||||
This package contains graphical user interface for the Anaconda installer.
|
This package contains graphical user interface for the Anaconda installer.
|
||||||
@ -314,6 +318,13 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Mar 19 2016 Brian C. Lane <bcl@redhat.com> - 25.3-1
|
||||||
- Apply language attributes to all labels within anaconda. (dshea)
|
- Apply language attributes to all labels within anaconda. (dshea)
|
||||||
- Add a function to apply a PangoAttrLanguage to a label. (dshea)
|
- Add a function to apply a PangoAttrLanguage to a label. (dshea)
|
||||||
|
Loading…
Reference in New Issue
Block a user