diff --git a/.anaconda.metadata b/.anaconda.metadata index 7987bd8..865a8b1 100644 --- a/.anaconda.metadata +++ b/.anaconda.metadata @@ -1 +1 @@ -17ca438cf5bac43fec22000e696734cfcb33ad11 SOURCES/anaconda-34.25.7.6.tar.bz2 +299a90783c3cec8e8330288aa5afe2c14873a8f3 SOURCES/anaconda-34.25.7.14.tar.bz2 diff --git a/.gitignore b/.gitignore index 95a6e2d..e9c7577 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/anaconda-34.25.7.6.tar.bz2 +SOURCES/anaconda-34.25.7.14.tar.bz2 diff --git a/SPECS/anaconda.spec b/SPECS/anaconda.spec index 2b1f4ca..7f813fe 100644 --- a/SPECS/anaconda.spec +++ b/SPECS/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 34.25.7.6 +Version: 34.25.7.14 Release: 1%{?dist}.alma.1 License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -138,6 +138,10 @@ Requires: python3-pid Requires: crypto-policies Requires: crypto-policies-scripts +%ifnarch s390 s390x +Requires: grub2-common +%endif + # required because of the rescue mode and VNC question Requires: anaconda-tui = %{version}-%{release} @@ -433,9 +437,63 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog -* Mon Sep 15 2025 Andrew Lukoshko - 34.25.7.6-1.alma.1 +* Mon Mar 30 2026 Andrew Lukoshko - 34.25.7.14-1.alma.1 - AlmaLinux changes +* Tue Feb 17 2026 Katerina Koukiou - 34.25.7.14-1 +- Fix user input in driver disk menu is not displayed (adamkankovsky) + Resolves: RHEL-4737 + +* Mon Feb 09 2026 Katerina Koukiou - 34.25.7.13-1 +- Only show compatible translations in text mode (mkolman) + Resolves: RHEL-144834 + +* Wed Jan 14 2026 Katerina Koukiou - 34.25.7.12-1 +- Fix permissions of the ssh config created by Anaconda (ppolawsk) + Resolves: RHEL-129787 +- pyanaconda: rpm_ostree: fix _handle_boot_if_not_mount_point method issues + (k.koukiou) + Related: RHEL-74145 +- ostree needs to have /boot be bindmounted into sysroot. (a.badger) + Resolves: RHEL-74145 + +* Mon Dec 01 2025 Katerina Koukiou - 34.25.7.11-1 +- bootloader: efi: utilize grub2-common script for handling config file + generation (k.koukiou) + Resolves: RHEL-36187 + +* Fri Nov 07 2025 Katerina Koukiou - 34.25.7.10-1 +- Fixing authselect logical differences not resolved during backporting + (adamkankovsky) + Resolves: RHEL-85175 + +* Wed Nov 05 2025 Katerina Koukiou - 34.25.7.9-1 +- Set Authselect agruments after run in Security module (adamkankovsky) + Resolves: RHEL-85175 +- Authselect code simplification (adamkankovsky) + Resolves: RHEL-85175 +- custom: Reallocate partitions when removing a partition (vtrefny) + Resolves: RHEL-114169 + +* Wed Oct 01 2025 Katerina Koukiou - 34.25.7.8-1 +- Fix: UnboundLocalError: local variable 'e' referenced before assignment + (k.koukiou) + Related to: RHEL-4705 +- Emit authselect in KS when fingerprint is enabled (adamkankovsky) + Resolves: RHEL-85175 + +* Tue Sep 23 2025 Katerina Koukiou - 34.25.7.7-1 +- pyanaconda: payload: return exception details for payload failures + (k.koukiou) +- ui: tui: installation_source: show error message in the TUI screen + (k.koukiou) + Resolves: RHEL-4705 +- storage: fix mount point assignment of non-formatted swap partitions + (rvykydal) + Related: RHEL-16355 +- storage: include only fstab devices in fsset swap devices property (rvykydal) + Resolves: RHEL-16355 + * Wed Aug 20 2025 Martin Kolman - 34.25.7.6-1 - Fix vconsole layout doesn't work for ostree (jkonecny) Resolves: RHEL-101057