import anaconda-33.16.4.14-1.el8

This commit is contained in:
CentOS Sources 2021-03-24 04:14:05 +00:00 committed by root
parent 52908e9eea
commit c5ac7a1368
3 changed files with 7 additions and 3 deletions

View File

@ -1 +1 @@
764de7981ee1f34eee097f4047eda4fcc6d0cde7 SOURCES/anaconda-33.16.4.13.tar.bz2
90322ebb534f7ecd2fc20c9d7b8f7b6450e32732 SOURCES/anaconda-33.16.4.14.tar.bz2

2
.gitignore vendored
View File

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

View File

@ -1,6 +1,6 @@
Summary: Graphical system installer
Name: anaconda
Version: 33.16.4.13
Version: 33.16.4.14
Release: 1%{?dist}
License: GPLv2+ and MIT
URL: http://fedoraproject.org/wiki/Anaconda
@ -367,6 +367,10 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
%{_prefix}/libexec/anaconda/dd_*
%changelog
* 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
* Mon Mar 15 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.4.13-1
- ostree: ignore exit code 65 for systemd-tmpfiles (christian)
Resolves: rhbz#1935648