New version 34.2-1
- Fix dependency_solver failure with spec file boolean logic syntax (jkonecny) - Avoid unnecessarily pulling in glibc-langpack-en (sgallagh) - Set up the ignored_device_names variable (vponcova)
This commit is contained in:
parent
81ab53faf9
commit
fdc3956575
1
.gitignore
vendored
1
.gitignore
vendored
@ -251,3 +251,4 @@
|
||||
/anaconda-33.24.tar.bz2
|
||||
/anaconda-33.25.tar.bz2
|
||||
/anaconda-34.1.tar.bz2
|
||||
/anaconda-34.2.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 34.1
|
||||
Version: 34.2
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -131,7 +131,7 @@ Requires: /usr/bin/update-crypto-policies
|
||||
Requires: anaconda-tui = %{version}-%{release}
|
||||
|
||||
# Make sure we get the en locale one way or another
|
||||
Requires: glibc-langpack-en
|
||||
Requires: (glibc-langpack-en or glibc-all-langpacks)
|
||||
|
||||
# anaconda literally runs its own dbus-daemon, so it needs this,
|
||||
# even though the distro default is dbus-broker in F30+
|
||||
@ -366,6 +366,11 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Fri Aug 21 2020 Martin Kolman <mkolman@redhat.com> - 34.2-1
|
||||
- Fix dependency_solver failure with spec file boolean logic syntax (jkonecny)
|
||||
- Avoid unnecessarily pulling in glibc-langpack-en (sgallagh)
|
||||
- Set up the ignored_device_names variable (vponcova)
|
||||
|
||||
* Thu Aug 20 2020 Martin Kolman <mkolman@redhat.com> - 34.1-1
|
||||
- network: do not try to activate connection that has not been found (rvykydal)
|
||||
- network: add timeout for synchronous activation of a connection (rvykydal)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-34.1.tar.bz2) = a1add12449e6c86f2bc50ed183ece197dfc02a5926114b3ec4b85c3788ac0e1b9d6da9ab6d0a3149ef56b36cb9313e198de057b25efe1dcfaa4eff11d5ad32c7
|
||||
SHA512 (anaconda-34.2.tar.bz2) = 2821c38f72dbc68b5ea5782976d7d5d3ad878f4e7844e23b3811964c46775ce7854f7fd266e12c60a845a6999014a84309faaa77a3450b3f2f6bbbc2a9b4389d
|
||||
|
Loading…
Reference in New Issue
Block a user