import anaconda-33.16.6.2-1.el8

This commit is contained in:
CentOS Sources 2021-11-08 12:21:09 +00:00 committed by Stepan Oksanichenko
parent 63604fdb64
commit 85bd1dfb10
3 changed files with 15 additions and 3 deletions

View File

@ -1 +1 @@
50597c8f17a3defd87108658a36a79377daa9fe5 SOURCES/anaconda-33.16.6.1.tar.bz2
163dd17c814e1a903b6f26b74f49bfbaf8561ff1 SOURCES/anaconda-33.16.6.2.tar.bz2

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/anaconda-33.16.6.1.tar.bz2
SOURCES/anaconda-33.16.6.2.tar.bz2

View File

@ -1,6 +1,6 @@
Summary: Graphical system installer
Name: anaconda
Version: 33.16.6.1
Version: 33.16.6.2
Release: 1%{?dist}
License: GPLv2+ and MIT
URL: http://fedoraproject.org/wiki/Anaconda
@ -367,6 +367,18 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Wed Oct 20 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.6.2-1
- Make network spoke GUI more robust in cases of missing NM Client. (rvykydal)
Resolves: rhbz#2003115
- Do not crash on missing NM Client on --vnc installations (rvykydal)
Related: rhbz#2003115
- In installer environment set static, not transient hostname (rvykydal)
Resolves: rhbz#1975349
- Add product config for AlmaLinux (andrew.lukoshko)
Resolves: rhbz#2003692
- Fix creation of user account with empty password (mkolman)
Resolves: rhbz#1687315
* Thu Sep 30 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.6.1-1
- Payload should wait for all storage related threads to finish (mkolman)
Resolves: rhbz#2007615