import anaconda-33.16.7.4-1.el8

This commit is contained in:
CentOS Sources 2022-06-08 08:10:52 +00:00 committed by Stepan Oksanichenko
parent 586cb06bfb
commit 6db7c3a2bc
3 changed files with 7 additions and 3 deletions

View File

@ -1 +1 @@
7aa3a8ff4d626ba8f269f630ef85dac0033659bb SOURCES/anaconda-33.16.7.3.tar.bz2
797b6fff40af41d91d3641e9f9b9066b39252629 SOURCES/anaconda-33.16.7.4.tar.bz2

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/anaconda-33.16.7.3.tar.bz2
SOURCES/anaconda-33.16.7.4.tar.bz2

View File

@ -1,6 +1,6 @@
Summary: Graphical system installer
Name: anaconda
Version: 33.16.7.3
Version: 33.16.7.4
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
* Wed Jun 01 2022 Radek Vykydal <rvykydal@redhat.com> - 33.16.7.4-1
- Check if the mount point exists before calling statvfs (vponcova)
Resolves: rhbz#1826760
* Thu May 26 2022 Radek Vykydal <rvykydal@redhat.com> - 33.16.7.3-1
- Cleanup unneeded NFS repo with rd.live.ram parameter (mmatsuya)
Resolves: rhbz#1970726