From 74d6167913552eea022d6cefcb089ee2860673b3 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Thu, 27 Mar 2025 13:03:32 +0000 Subject: [PATCH] import CS anaconda-40.22.3.26-1.el10 --- .gitignore | 2 +- anaconda.spec | 264 +++++++++++++++++++++++++++++++++++++++++++++++++- sources | 2 +- 3 files changed, 261 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 6d160b5..b926c17 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -anaconda-40.22.3.12.tar.bz2 +anaconda-40.22.3.26.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 26dd552..39917db 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 40.22.3.12 +Version: 40.22.3.26 Release: 1%{?dist} License: GPL-2.0-or-later URL: http://fedoraproject.org/wiki/Anaconda @@ -37,12 +37,12 @@ Source0: https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{vers %define libreportanacondaver 2.0.21-1 %define mehver 0.23-1 %define nmver 1.0 -%define pykickstartver 3.52.5-1 +%define pykickstartver 3.52.7-1 %define pypartedver 2.5-2 %define pythonblivetver 1:3.9.0-1 %define rpmver 4.15.0 %define simplelinever 1.9.0-1 -%define subscriptionmanagerver 1.26 +%define subscriptionmanagerver 1.29.31 %define utillinuxver 2.15.1 %define rpmostreever 2023.2 %define s390utilscorever 2.31.0 @@ -134,7 +134,7 @@ Requires: python3-pid # Required by the systemd service anaconda-fips. Requires: crypto-policies -Requires: /usr/bin/update-crypto-policies +Requires: crypto-policies-scripts # required because of the rescue mode and RDP question Requires: anaconda-tui = %{version}-%{release} @@ -174,7 +174,6 @@ BuildRequires: desktop-file-utils Requires: anaconda-gui = %{version}-%{release} Requires: usermode Requires: zenity -Requires: xisxwayland Recommends: xhost %description live @@ -275,6 +274,9 @@ Requires: ostree Requires: skopeo # External tooling for managing NVMe-FC devices in the installation environment Requires: nvme-cli +# needed for encrypted DNS +Requires: dnsconfd +Requires: dnsconfd-dracut %description install-img-deps The anaconda-install-img-deps metapackage lists all boot.iso installation @@ -343,6 +345,9 @@ Requires: dracut-live Requires: xz Requires: python3-kickstart Requires: iputils +# Required for encrypted DNS +Requires: dnsconfd-dracut +Requires: dnsconfd %description dracut The 'anaconda' dracut module handles installer-specific boot tasks and @@ -482,6 +487,255 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Mar 10 2025 Radek Vykydal - 40.22.3.26-1 +- network: start dnsconfd in initramfs (rvykydal) + Resolves: RHEL-80302 +- network: enable dnsconfd service on installed system if required (rvykydal) + Resolves: RHEL-80011 +- network: pass 16-dns-backend.conf to target system (rvykydal) + Resolves: RHEL-80232 +- netowrk: enable dnsconfd service in installer environment (rvykydal) + Resolves: RHEL-80011 + +* Mon Feb 17 2025 Radek Vykydal - 40.22.3.25-1 +- network: add dnsconfd to installer environment (rvykydal) + Resolves: RHEL-79800 +- network: add dnsconfd to selected packages if used in installer (rvykydal) + Resolves: RHEL-79802 + +* Thu Feb 13 2025 Radek Vykydal - 40.22.3.24-1 +- dracut: depend on net-lib not ifcfg (awilliam) + Resolves: RHEL-78746 + +* Fri Feb 07 2025 Radek Vykydal - 40.22.3.23-1 +- security: add a development note for certificates import in initramfs + (rvykydal) + Related: RHEL-77156 +- security: do not issue warning on existing certificate file during dump + (rvykydal) + Resolves: RHEL-77156 +- Add systemd override to make /usr RW in Dracut (mkolman) + Resolves: RHEL-77192 +- network: pass NM global dns configuration to the installed system (rvykydal) + Resolves: RHEL-71415 +- network: pass global dns initrd option to the installed system (rvykydal) + Resolves: RHEL-71415 + +* Mon Feb 03 2025 Jiri Konecny - 40.22.3.22-1 +- Fix RDP question will switch to GUI instead of TUI (jkonecny) + Resolves: RHEL-77162 +- rpmostree: Use `--merge` for kargs (walters) + Resolves: RHEL-73029 +- Revert "dracut: Remove 'linear' from modules to load" (vtrefny) + Resolves: RHEL-76805 + +* Wed Jan 29 2025 Jiri Konecny - 40.22.3.21-1 +- Disable keyboard shortcut switching on gnome-kiosk (jkonecny) + Related: RHEL-71880 + Resolves: RHEL-74504 +- Improve name of compositor layout selection method (jkonecny) + Related: RHEL-71880 + Resolves: RHEL-74504 +- Split LocaledWrapper code for compositor (jkonecny) + Related: RHEL-71880 + Resolves: RHEL-74504 +- security: do not crash initramfs ks parsing on failing certificate dump + (rvykydal) + Resolves: RHEL-61434 +- security: require pykickstart version with %%certificates support (rvykydal) + Resolves: RHEL-61434 +- security: add service to transfer certificates from initramfs (rvykydal) + Resolves: RHEL-61434 +- security: import certificates in initramfs (rvykydal) + Resolves: RHEL-61434 +- security: install certificates in pre-install phase only for dnf payload + (rvykydal) + Resolves: RHEL-61434 +- security: raise exception if certificate destination is unknown (rvykydal) + Resolves: RHEL-61434 +- security: log a warning when dumping certificate over an existing file + (rvykydal) + Resolves: RHEL-61434 +- security: pre-install certificates before payload installation (rvykydal) + Resolves: RHEL-61434 +- security: add API to install certificates early before payload (rvykydal) + Resolves: RHEL-61434 +- security: install certificates on target system (rvykydal) + Resolves: RHEL-61434 +- security: Add API for installation on target system (rvykydal) + Resolves: RHEL-61434 +- security: import certificates early after Anaconda start (rvykydal) + Resolves: RHEL-61434 +- security: add API to import certificates to Anaconda environment (rvykydal) + Related: RHEL-61434 +- security: add API: Certificate getter (rvykydal) + Resolves: RHEL-61434 +- kickstart: extend section specification for list of section data (rvykydal) + Resolves: RHEL-61434 +- security: implement the support to install certificates to Anaconda + (k.koukiou) + Resolves: RHEL-61434 + +* Tue Jan 14 2025 Katerina Koukiou - 40.22.3.20-1 +- Avoid side effect of ask rdp methods (jkonecny) + Related: RHEL-69940 +- Do not crash if RDP is selected after regular GUI startup failed (#2326410) + (mkolman) + Resolves: RHEL-69940 +- Only match liveinst.desktop app in live environment (ales.astone) + Resolves: RHEL-67390 +- Show correct taskbar icon in Wayland (ales.astone) + Resolves: RHEL-67390 +- Hide server-side-decorations in Wayland (ales.astone) + Resolves: RHEL-67390 +- liveinst: Allow running as a Wayland-native application (neal) + Resolves: RHEL-67390 +- Support leavebootorder for bootupd (jkonecny) + Resolves: RHEL-40896 +- bootupd: call bootupctl with --update-firmware (awilliam) + Resolves: RHEL-40896 + +* Fri Dec 13 2024 Paweł Poławski - 40.22.3.19-1 +- Update to version 40.22.3.19 +- util: Add additional information for EFI systems (riehecky) + Resolves: RHEL-55129 +- Use log levels when getting logs from GLib (jkonecny) + Related: RHEL-58834 +- Remove GLib logging condition for HW logging (jkonecny) + Related: RHEL-58834 +- Move GLib imports to pyanaconda.core.glib (jkonecny) + Related: RHEL-58834 +- Redirect only GLib loggers to Journal (mkolman) + Related: RHEL-58834 +- Log stderr to journal only on supported platforms (jkonecny) + Related: RHEL-58834 +- Fix journal redirect on systems without journal (jkonecny) + Related: RHEL-58834 +- Suppress warning from systemd user session (jkonecny) + Resolves: RHEL-67911 +- Fix RDP var contains string instead of bool (jkonecny) + Related: RHEL-67911 +- Set --rdp in liveinst unsupported (jkonecny) + Related: RHEL-67911 +- Stop pretending liveinst+vnc is supported (#678354) (kkoukiou) + Related: RHEL-67911 +- Create GRDServer class only when required (jkonecny) + Related: RHEL-67911 +- Fix typo in the GRD source file name (jkonecny) + Related: RHEL-67911 +- Do not change compositor options when not defined (jkonecny) + Related: RHEL-58181 +- Add release-notes for Wayland migration (jkonecny) + Related: RHEL-58181 +- Remove Wayland detection logic from code (jkonecny) + Related: RHEL-58181 +- Do not create GRDServer on Live ISO (jkonecny) + Related: RHEL-67911 +- Remove dead spice_vd_agent code (jkonecny) + Related: RHEL-67911 +- Switch keyboard management to Localed (jkonecny) + Resolves: RHEL-58181 +- Add localed signal support to LocaledWrapper (jkonecny) + Resolves: RHEL-58181 +- Add missing support to localed for compositor (jkonecny) + Related: RHEL-58181 + +* Wed Nov 27 2024 Paweł Poławski - 40.22.3.18-1 +- Update to version 40.22.3.18 +- util: Add additional information for EFI systems (riehecky) + Resolves: RHEL-55129 +- Use log levels when getting logs from GLib (jkonecny) + Related: RHEL-58834 +- Remove GLib logging condition for HW logging (jkonecny) + Related: RHEL-58834 +- Move GLib imports to pyanaconda.core.glib (jkonecny) + Related: RHEL-58834 +- Redirect only GLib loggers to Journal (mkolman) + Related: RHEL-58834 +- Log stderr to journal only on supported platforms (jkonecny) + Related: RHEL-58834 +- Fix journal redirect on systems without journal (jkonecny) + Related: RHEL-58834 +- Suppress warning from systemd user session (jkonecny) + Resolves: RHEL-67911 +- Fix RDP var contains string instead of bool (jkonecny) + Related: RHEL-67911 +- Set --rdp in liveinst unsupported (jkonecny) + Related: RHEL-67911 +- Stop pretending liveinst+vnc is supported (#678354) (kkoukiou) + Related: RHEL-67911 +- Create GRDServer class only when required (jkonecny) + Related: RHEL-67911 +- Fix typo in the GRD source file name (jkonecny) + Related: RHEL-67911 +- Do not change compositor options when not defined (jkonecny) + Related: RHEL-58181 +- Add release-notes for Wayland migration (jkonecny) + Related: RHEL-58181 +- Remove Wayland detection logic from code (jkonecny) + Related: RHEL-58181 +- Do not create GRDServer on Live ISO (jkonecny) + Related: RHEL-67911 +- Remove dead spice_vd_agent code (jkonecny) + Related: RHEL-67911 +- Switch keyboard management to Localed (jkonecny) + Resolves: RHEL-58181 +- Add localed signal support to LocaledWrapper (jkonecny) + Resolves: RHEL-58181 +- Add missing support to localed for compositor (jkonecny) + Related: RHEL-58181 + + +* Wed Nov 13 2024 Martin Kolman - 40.22.3.17-1 +- network: add warning for kickstart network configuration when running from + nfs (rvykydal) + Resolves: RHEL-35250 +- Explicitly place biosboot partition only on stage1 disk (vtrefny) + Resolves: RHEL-61143 +- network: handle autoconnections policy for rhel upstream (rvykydal) + Resolves: RHEL-53196 + +* Mon Nov 11 2024 Martin Kolman - 40.22.3.16-1 +- Subscription code updates - adjust unit tests (mkolman) + Resolves: RHEL-49661 + Related: INSTALLER-3903 + Related: INSTALLER-3882 +- Subscription code updates - GTK GUI (mkolman) + Resolves: RHEL-49661 + Related: INSTALLER-3903 + Related: INSTALLER-3882 +- Subscription code updates - backend (mkolman) + Resolves: RHEL-49661 + Related: INSTALLER-3903 + Related: INSTALLER-3882 +- Bump minimal subscription manager versions (mkolman) + Resolves: RHEL-49661 + Related: INSTALLER-3063 + Related: INSTALLER-3882 + +* Fri Nov 01 2024 Martin Kolman - 40.22.3.15-1 +- security: call /usr/libexec/fips-setup-helper (asosedkin) + Resolves: RHEL-57680 + +* Tue Oct 29 2024 Troy Dawson - 40.22.3.14-2 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + +* Wed Oct 23 2024 Martin Kolman - 40.22.3.14-1 +- network: do not crash on destroyed device object in GUI (rvykydal) + Resolves: RHEL-56141 +- Fix crash on continue after a missing package non-critical error (mkolman) + Resolves: INSTALLER-4045 + Resolves: RHEL-57699 + +* Tue Oct 01 2024 Katerina Koukiou - 40.22.3.13-1 +- Fix check for biosboot partition in GRUB2.check (vtrefny) + Resolves: RHEL-56591 +- dracut: Remove 'linear' from modules to load (vtrefny) + Resolves: RHEL-33812 +- Ignore all storage errors when trying to activate swaps (vtrefny) + Resolves: RHEL-56591 + * Wed Aug 21 2024 Martin Kolman - 40.22.3.12-1 - Redirect output of various GNOME related tools to Journal (mkolman) Resolves: RHEL-47097 diff --git a/sources b/sources index d7af144..c33a3da 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-40.22.3.12.tar.bz2) = 970d952404d9183c1d8ea698f00a5a6d443c63dd7c8997410fca7749a29bb373c6550ae155101a26bbb4d473b8ad354b8581809d85547b321a00951537142189 +SHA512 (anaconda-40.22.3.26.tar.bz2) = 73076f1bf13b7abde5de008826a9c75c77767fb2402d640124090e0c531d4343c50531035ca5c243c6f36f78cc2ab6b360b4d2ec2f9f2ebc7d78e17e18b0f217