diff --git a/.anaconda.metadata b/.anaconda.metadata index 32d8779..b2bbaec 100644 --- a/.anaconda.metadata +++ b/.anaconda.metadata @@ -1 +1 @@ -e52b479ce2d4264baa19ae1e4e2c4194818eb139 SOURCES/anaconda-34.25.0.23.tar.bz2 +ce4d0349f279ee07c8b4a39640bda88f03aa3d3b SOURCES/anaconda-34.25.0.29.tar.bz2 diff --git a/.gitignore b/.gitignore index d8266a5..c5da1dd 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/anaconda-34.25.0.23.tar.bz2 +SOURCES/anaconda-34.25.0.29.tar.bz2 diff --git a/SPECS/anaconda.spec b/SPECS/anaconda.spec index 6cfde45..61d1a0c 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.29 Release: 1%{?dist}.alma License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -33,7 +33,7 @@ Patch1003: anaconda-almalinux-remove-visible-fedrora-references.patch %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 @@ -45,10 +45,10 @@ Patch1003: anaconda-almalinux-remove-visible-fedrora-references.patch %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 +%define subscriptionmanagerver 1.29.24 %define utillinuxver 2.15.1 BuildRequires: audit-libs-devel @@ -421,9 +421,77 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog -* Tue Jan 18 2022 Eduard Abdullin - 34.25.0.23-1.alma +* Mon Apr 11 2022 Eduard Abdullin - 34.25.0.29-1.alma - AlmaLinux changes +* Thu Mar 17 2022 Radek Vykydal - 34.25.0.29-1 +- Make failure in generating of dracut arguments for iSCSI device non-fatal. + (rvykydal) + Resolves: rhbz#2055985 +- Do not generate dracut arguments multiple times for some storage devices + (rvykydal) + Related: rhbz#2055985 +- Skip /etc/machine-info during live installs (awilliam) + Resolves: rhbz#2059565 + +* Wed Mar 09 2022 Radek Vykydal - 34.25.0.28-1 +- Tier 0 Localization + Resolves: rhbz#2017306 + +* Thu Feb 24 2022 Vendula Poncova - 34.25.0.27-1 +- Use cache when fetching organization data from the GUI (mkolman) + Resolves: rhbz#2044258 +- Bump subscription-manager version (mkolman) + Related: rhbz#2048449 +- Improve UX in Simple Content Access mode (mkolman) + Resolves: rhbz#2048449 +- Add IsSimpleContentAccessEnabled property (mkolman) + Related: rhbz#2048449 +- Add support for SCA mode detection from registration data (mkolman) + Related: rhbz#2048449 + +* 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 +- 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