From 5a51cf73c221b7a906682e40dc2f950a958d0484 Mon Sep 17 00:00:00 2001 From: AlmaLinux RelEng Bot Date: Mon, 24 Aug 2026 08:51:10 -0400 Subject: [PATCH] import CS anaconda-34.25.7.17-1.el9 --- .anaconda.metadata | 2 +- .gitignore | 2 +- SPECS/anaconda.spec | 30 +++++++++++++++++++++++++++++- 3 files changed, 31 insertions(+), 3 deletions(-) diff --git a/.anaconda.metadata b/.anaconda.metadata index 865a8b1..f13b864 100644 --- a/.anaconda.metadata +++ b/.anaconda.metadata @@ -1 +1 @@ -299a90783c3cec8e8330288aa5afe2c14873a8f3 SOURCES/anaconda-34.25.7.14.tar.bz2 +428c5ef937bfb02f1a19da536e3f685dda10eb20 SOURCES/anaconda-34.25.7.17.tar.bz2 diff --git a/.gitignore b/.gitignore index e9c7577..26a3be8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/anaconda-34.25.7.14.tar.bz2 +SOURCES/anaconda-34.25.7.17.tar.bz2 diff --git a/SPECS/anaconda.spec b/SPECS/anaconda.spec index 8bd5bf1..e8479ba 100644 --- a/SPECS/anaconda.spec +++ b/SPECS/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 34.25.7.14 +Version: 34.25.7.17 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -426,6 +426,34 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Jun 29 2026 Katerina Koukiou - 34.25.7.17-1 +- rescue: Set system root to OSTree deployment path (k.koukiou) + Related: RHEL-135123 +- pyanaconda: storage: fix FindExistingSystems API for ostree based OSes + (k.koukiou) + Related: RHEL-135123 +- rescue: detect OSTree deployments in rescue mode and show deployment path + (k.koukiou) + Resolves: RHEL-135123 +- rescue: Add warning for immutable systems (k.koukiou) + Related: RHEL-135123 +- storage: stop creating /etc/mtab symlink during installation (k.koukiou) + Related: RHEL-135123 +- localization: ensure console font persists via systemd-vconsole-setup + (k.koukiou) + Resolves: RHEL-154012 + +* Thu May 21 2026 Katerina Koukiou - 34.25.7.16-1 +- storage: fix ignoredisk/clearpart ordering with iSCSI disks (bciconel) + Resolves: RHEL-13837 + +* Wed May 06 2026 Adam Kankovsky - 34.25.7.15-1 +- Increase GUI startup timeout to 120 seconds (mkolman) + Related: RHEL-148965 + Resolves: RHEL-92999 +- chore: Support multiple console= kernel entries (ppolawsk) + Resolves: RHEL-101787 + * 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