diff --git a/.anaconda.metadata b/.anaconda.metadata index 55b4a07..964455a 100644 --- a/.anaconda.metadata +++ b/.anaconda.metadata @@ -1 +1 @@ -4d1667231ec79b48ee6603cae290aca1b02e2945 SOURCES/anaconda-34.25.0.24.tar.bz2 +cc2abe4a089bf3316ee7a5a040807941adc8d3ae SOURCES/anaconda-34.25.0.26.tar.bz2 diff --git a/.gitignore b/.gitignore index 6e2fd98..0801112 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/anaconda-34.25.0.24.tar.bz2 +SOURCES/anaconda-34.25.0.26.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 b77454f..9dd3bd2 100644 --- a/SPECS/anaconda.spec +++ b/SPECS/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 34.25.0.24 +Version: 34.25.0.26 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -25,7 +25,7 @@ Source0: %{name}-%{version}.tar.bz2 %define fcoeutilsver 1.0.12-3.20100323git %define gettextver 0.19.8 %define gtk3ver 3.22.17 -%define helpver 22.1-1 +%define helpver 9.0.0-1 %define isomd5sumver 1.0.10 %define langtablever 0.0.54 %define libarchivever 3.0.4 @@ -407,6 +407,40 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Feb 03 2022 Vladimir Slavik - 34.25.0.26-1 +- Write all PVs to LVM devices file (vslavik) + Resolves: rhbz#2040302 +- Fix the status of the root configuration screen (vponcova) + Related: rhbz#2026916 +- Fix the condition for entering the root configuration (vponcova) + Resolves: rhbz#2026916 +- Move tests for pyanaconda.ui.lib.users to a new file (vponcova) + Related: rhbz#2026916 + +* Tue Jan 18 2022 Vladimir Slavik - 34.25.0.25-1 +- Hide the help button on the progress spoke (vponcova) + Related: rhbz#1995945 +- Enable the built-in help content (vponcova) + Resolves: rhbz#1995945 +- Remove the provides_web_browser property (vponcova) + Related: rhbz#1995945 +- Cache the parsed content of the help mapping files (vponcova) + Related: rhbz#1995945 +- Remove the default_help_pages configuration option (vponcova) + Related: rhbz#1995945 +- Remove the helpFile attribute (vponcova) + Related: rhbz#1995945 +- Implement the unified help support (vponcova) + Related: rhbz#1995945 +- Define a unique id in the main spokes and hubs (vponcova) + Related: rhbz#1995945 +- Add the Screen class (vponcova) + Related: rhbz#1995945 +- Enable Closest mirror on CentOS Stream 9 (jkonecny) + Related: rhbz#1955331 +- Do not modify boot order on UEFI if asked (vslavik) + Resolves: rhbz#2025953 + * Tue Jan 11 2022 Vladimir Slavik - 34.25.0.24-1 - Create the LVM devices file (vslavik) Resolves: rhbz#2011329