import anaconda-33.16.6.4-1.el8

This commit is contained in:
CentOS Sources 2021-12-02 16:35:47 +00:00 committed by Stepan Oksanichenko
parent 2db618ab90
commit b777f5a976
3 changed files with 8 additions and 3 deletions

View File

@ -1 +1 @@
9451f3f9a21f83dadd98677ba8e2356b3e2ce242 SOURCES/anaconda-33.16.6.3.tar.bz2
89daebc5fffb03937fa56b976370db2ecaa1b37c SOURCES/anaconda-33.16.6.4.tar.bz2

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/anaconda-33.16.6.3.tar.bz2
SOURCES/anaconda-33.16.6.4.tar.bz2

View File

@ -1,6 +1,6 @@
Summary: Graphical system installer
Name: anaconda
Version: 33.16.6.3
Version: 33.16.6.4
Release: 1%{?dist}
License: GPLv2+ and MIT
URL: http://fedoraproject.org/wiki/Anaconda
@ -367,6 +367,11 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Fri Nov 26 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.6.4-1
- Wait for all background threads to finish before filling installation task
queue (mkolman)
Resolves: rhbz#1824422
* Fri Nov 05 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.6.3-1
- Fix application of network --mtu kickstart option in Anaconda (rvykydal)
Resolves: rhbz#2018301