diff --git a/.anaconda.metadata b/.anaconda.metadata index 034a57f..32d8779 100644 --- a/.anaconda.metadata +++ b/.anaconda.metadata @@ -1 +1 @@ -c6d0b5ba053b4b66bca0ff7fa1ba7b8c6894328b SOURCES/anaconda-34.25.0.20.tar.bz2 +e52b479ce2d4264baa19ae1e4e2c4194818eb139 SOURCES/anaconda-34.25.0.23.tar.bz2 diff --git a/.gitignore b/.gitignore index 249c4f2..d8266a5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/anaconda-34.25.0.20.tar.bz2 +SOURCES/anaconda-34.25.0.23.tar.bz2 diff --git a/README.debrand b/README.debrand deleted file mode 100644 index 01c46d2..0000000 --- a/README.debrand +++ /dev/null @@ -1,2 +0,0 @@ -Warning: This package was configured for automatic debranding, but the changes -failed to apply. diff --git a/SPECS/anaconda.spec b/SPECS/anaconda.spec index baca696..7cd887a 100644 --- a/SPECS/anaconda.spec +++ b/SPECS/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 34.25.0.20 +Version: 34.25.0.23 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -407,6 +407,29 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Dec 09 2021 Martin Kolman - 34.25.0.23-1 +- Fix boot options generated by the dracut module (vponcova) + Resolves: rhbz#2003217 + +* Thu Dec 02 2021 Martin Kolman - 34.25.0.22-1 +- Add base repo name for CentOS Stream after repository renaming (jkonecny) + Resolves: rhbz#1955331 +- The OPAL compatibility with XFS features is mandatory (vponcova) + Resolves: rhbz#2008792 + +* Fri Nov 26 2021 Radek Vykydal - 34.25.0.21-1 +- Wait for all background threads to finish before filling installation task + queue (mkolman) + Resolves: rhbz#2017428 +- Check the support for the Subscription module on startup (vponcova) + Resolves: rhbz#1957063 +- Activate DBus modules based on the new configuration options (vponcova) + Related: rhbz#1957063 +- Add new configuration options for the DBus module activation (vponcova) + Related: rhbz#1957063 +- Add product config for Rocky Linux (tucklesepk) + Resolves: rhbz#2019995 + * Fri Nov 05 2021 Radek Vykydal - 34.25.0.20-1 - Fix application of network --mtu kickstart option in Anaconda (rvykydal) Resolves: rhbz#2019813