diff --git a/.anaconda.metadata b/.anaconda.metadata index 32d8779..55b4a07 100644 --- a/.anaconda.metadata +++ b/.anaconda.metadata @@ -1 +1 @@ -e52b479ce2d4264baa19ae1e4e2c4194818eb139 SOURCES/anaconda-34.25.0.23.tar.bz2 +4d1667231ec79b48ee6603cae290aca1b02e2945 SOURCES/anaconda-34.25.0.24.tar.bz2 diff --git a/.gitignore b/.gitignore index d8266a5..6e2fd98 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/anaconda-34.25.0.23.tar.bz2 +SOURCES/anaconda-34.25.0.24.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 7cd887a..b77454f 100644 --- a/SPECS/anaconda.spec +++ b/SPECS/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 34.25.0.23 +Version: 34.25.0.24 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -37,7 +37,7 @@ Source0: %{name}-%{version}.tar.bz2 %define nmver 1.0 %define pykickstartver 3.32.2-1 %define pypartedver 2.5-2 -%define pythonblivetver 1:3.4.0-1 +%define pythonblivetver 1:3.4.0-10 %define rpmver 4.10.0 %define simplelinever 1.1-1 %define subscriptionmanagerver 1.26 @@ -407,6 +407,14 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Jan 11 2022 Vladimir Slavik - 34.25.0.24-1 +- Create the LVM devices file (vslavik) + Resolves: rhbz#2011329 +- Update outdated system purpose related strings (mkolman) + Related: rhbz#2015059 +- Always set system purpose from GUI (mkolman) + Resolves: rhbz#2015059 + * Thu Dec 09 2021 Martin Kolman - 34.25.0.23-1 - Fix boot options generated by the dracut module (vponcova) Resolves: rhbz#2003217