AlmaLinux changes

This commit is contained in:
Andrew Lukoshko 2026-03-30 14:14:47 +00:00 committed by root
commit d1ad3c0be9
3 changed files with 62 additions and 4 deletions

View File

@ -1 +1 @@
17ca438cf5bac43fec22000e696734cfcb33ad11 SOURCES/anaconda-34.25.7.6.tar.bz2
299a90783c3cec8e8330288aa5afe2c14873a8f3 SOURCES/anaconda-34.25.7.14.tar.bz2

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/anaconda-34.25.7.6.tar.bz2
SOURCES/anaconda-34.25.7.14.tar.bz2

View File

@ -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 <alukoshko@almalinux.org> - 34.25.7.6-1.alma.1
* Mon Mar 30 2026 Andrew Lukoshko <alukoshko@almalinux.org> - 34.25.7.14-1.alma.1
- AlmaLinux changes
* Tue Feb 17 2026 Katerina Koukiou <k.koukiou@gmail.com> - 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 <k.koukiou@gmail.com> - 34.25.7.13-1
- Only show compatible translations in text mode (mkolman)
Resolves: RHEL-144834
* Wed Jan 14 2026 Katerina Koukiou <k.koukiou@gmail.com> - 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 <k.koukiou@gmail.com> - 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 <k.koukiou@gmail.com> - 34.25.7.10-1
- Fixing authselect logical differences not resolved during backporting
(adamkankovsky)
Resolves: RHEL-85175
* Wed Nov 05 2025 Katerina Koukiou <k.koukiou@gmail.com> - 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 <k.koukiou@gmail.com> - 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 <k.koukiou@gmail.com> - 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 <mkolman@redhat.com> - 34.25.7.6-1
- Fix vconsole layout doesn't work for ostree (jkonecny)
Resolves: RHEL-101057