import anaconda-33.16.4.15-1.el8

This commit is contained in:
CentOS Sources 2021-03-26 04:13:51 +00:00 committed by root
parent c5ac7a1368
commit 57cf4d45d8
3 changed files with 18 additions and 3 deletions

View File

@ -1 +1 @@
90322ebb534f7ecd2fc20c9d7b8f7b6450e32732 SOURCES/anaconda-33.16.4.14.tar.bz2
e78dc24b54b77e6c2c11d4775fa8d09009152aa3 SOURCES/anaconda-33.16.4.15.tar.bz2

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/anaconda-33.16.4.14.tar.bz2
SOURCES/anaconda-33.16.4.15.tar.bz2

View File

@ -1,6 +1,6 @@
Summary: Graphical system installer
Name: anaconda
Version: 33.16.4.14
Version: 33.16.4.15
Release: 1%{?dist}
License: GPLv2+ and MIT
URL: http://fedoraproject.org/wiki/Anaconda
@ -367,6 +367,21 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Wed Mar 24 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.4.15-1
- network: clone connections from intramfs to persistent config (rvykydal)
Resolves: rhbz#1910438
- network: match also connections named by MAC created by NM in initramfs
(rvykydal)
Related: rhbz#1910438
- network: do not reset ipv6.addr-gen-mode in tui network configuration
(rvykydal)
Related: rhbz#1873021
- network: set addr-gen-mode of Anaconda default connections to eui64
(rvykydal)
Related: rhbz#1873021
- network: default to addr-gen-mode eui64 (rvykydal)
Resolves: rhbz#1873021
* Mon Mar 22 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.4.14-1
- Fix crash in NTP servers GUI dialog on late network configuration (rvykydal)
Resolves: rhbz#1938168