diff --git a/.anaconda.metadata b/.anaconda.metadata index 3280509..06044df 100644 --- a/.anaconda.metadata +++ b/.anaconda.metadata @@ -1 +1 @@ -797b6fff40af41d91d3641e9f9b9066b39252629 SOURCES/anaconda-33.16.7.4.tar.bz2 +fb4e7ded9ec08c0d55180b1cb940e9a2864197f5 SOURCES/anaconda-33.16.7.6.tar.bz2 diff --git a/.gitignore b/.gitignore index a7513d7..48aac38 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/anaconda-33.16.7.4.tar.bz2 +SOURCES/anaconda-33.16.7.6.tar.bz2 diff --git a/SPECS/anaconda.spec b/SPECS/anaconda.spec index b326ccf..0b3eeb4 100644 --- a/SPECS/anaconda.spec +++ b/SPECS/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 33.16.7.4 +Version: 33.16.7.6 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -367,6 +367,23 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Jun 16 2022 Radek Vykydal - 33.16.7.6-1 +- dnf: apply the /etc/dnf/dnf.conf configuration file in the installer + (rvykydal) + Resolves: rhbz#1899494 + +* Fri Jun 10 2022 Radek Vykydal - 33.16.7.5-1 +- Report registration errors from kickstart (mkolman) + Resolves: rhbz#2000650 +- GUI: Show the dialog for a missing passphrase in an enlight box (vponcova) + Related: rhbz#2029101 +- GUI: Ask for a missing passphrase during automated installations (vponcova) + Resolves: rhbz#2029101 +- Create functions for a missing passphrase in pyanaconda.ui.lib (vponcova) + Related: rhbz#2029101 +- Add missing period when concatenating password error strings (jkonecny) + Resolves: rhbz#2075419 + * Wed Jun 01 2022 Radek Vykydal - 33.16.7.4-1 - Check if the mount point exists before calling statvfs (vponcova) Resolves: rhbz#1826760