diff --git a/.anaconda.metadata b/.anaconda.metadata index 84a5dbb..50440e0 100644 --- a/.anaconda.metadata +++ b/.anaconda.metadata @@ -1 +1 @@ -89daebc5fffb03937fa56b976370db2ecaa1b37c SOURCES/anaconda-33.16.6.4.tar.bz2 +90c05fb8e9156385725d49eb42ccfc15e0585e59 SOURCES/anaconda-33.16.6.5.tar.bz2 diff --git a/.gitignore b/.gitignore index 0915e25..1dccdad 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/anaconda-33.16.6.4.tar.bz2 +SOURCES/anaconda-33.16.6.5.tar.bz2 diff --git a/SPECS/anaconda.spec b/SPECS/anaconda.spec index 00026aa..bac8ed6 100644 --- a/SPECS/anaconda.spec +++ b/SPECS/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 33.16.6.4 +Version: 33.16.6.5 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -367,6 +367,14 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Jan 04 2022 Martin Kolman - 33.16.6.5-1 +- Fix the status of the root configuration screen (vponcova) + Related: rhbz#1981807 +- Fix the condition for entering the root configuration (vponcova) + Related: rhbz#1981807 +- Fix the condition for completing the root configuration (vponcova) + Resolves: rhbz#1981807 + * Fri Nov 26 2021 Radek Vykydal - 33.16.6.4-1 - Wait for all background threads to finish before filling installation task queue (mkolman)