diff --git a/.anaconda.metadata b/.anaconda.metadata index 6de83be..721ecb5 100644 --- a/.anaconda.metadata +++ b/.anaconda.metadata @@ -1 +1 @@ -10374b0c4e728d1b2f2bd0ee154ab3594bc0ffbb SOURCES/anaconda-34.25.1.14.tar.bz2 +fd622460d3b14e4cf3d1b48cfd08bfb20258b18d SOURCES/anaconda-34.25.2.10.tar.bz2 diff --git a/.gitignore b/.gitignore index ece5cf9..9ca1000 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/anaconda-34.25.1.14.tar.bz2 +SOURCES/anaconda-34.25.2.10.tar.bz2 diff --git a/SPECS/anaconda.spec b/SPECS/anaconda.spec index e0c3df6..dbb8f73 100644 --- a/SPECS/anaconda.spec +++ b/SPECS/anaconda.spec @@ -1,6 +1,6 @@ Summary: Graphical system installer Name: anaconda -Version: 34.25.1.14 +Version: 34.25.2.10 Release: 1%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -35,12 +35,12 @@ Source0: %{name}-%{version}.tar.bz2 %define libxklavierver 5.4 %define mehver 0.23-1 %define nmver 1.0 -%define pykickstartver 3.32.8-1 +%define pykickstartver 3.32.9-1 %define pypartedver 2.5-2 -%define pythonblivetver 1:3.4.0-15 +%define pythonblivetver 1:3.6.0-4 %define rpmver 4.10.0 -%define simplelinever 1.1-1 -%define subscriptionmanagerver 1.29.24 +%define simplelinever 1.8.3-1 +%define subscriptionmanagerver 1.29.31 %define utillinuxver 2.15.1 BuildRequires: audit-libs-devel @@ -187,6 +187,8 @@ Requires: tmux Requires: gdb # support for installation from image and live & live image installations Requires: rsync +# External tooling for managing NVMe-FC devices in the installation environment +Recommends: nvme-cli %description install-env-deps The anaconda-install-env-deps metapackage lists all installation environment dependencies. @@ -225,6 +227,8 @@ Requires: device-mapper-multipath Requires: zram-generator # Submitting bugs to bugzilla Requires: libreport-rhel-anaconda-bugzilla +# External tooling for managing NVMe-FC devices in the installation environment +Requires: nvme-cli %description install-img-deps The anaconda-install-img-deps metapackage lists all boot.iso installation image dependencies. @@ -407,6 +411,83 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Mar 22 2023 Martin Kolman - 34.25.2.10-1 +- Update translations + Resolves: rhbz#2139640 + +* Wed Feb 15 2023 Vendula Poncova - 34.25.2.9-1 +- Fix network configuration from kickstart in intramfs (rvykydal) + Resolves: rhbz#2153361 + +* Thu Feb 09 2023 Jiri Konecny - 34.25.2.8-1 +- Show only usable devices in custom partitioning (jstodola) + Resolves: rhbz#2052938 + +* Thu Feb 02 2023 Jiri Konecny - 34.25.2.7-1 +- Show an error message when subscription token transfer fails (mkolman) + Resolves: rhbz#2057472 +- Bump blivet version for NVMe-oF support (vslavik) + Resolves: rhbz#2164343 +- Make text in custom_storage_helper more accurate (ozobal) + Resolves: rhbz#2133046 +- Fix infobar colors in GTK GUI (ozobal) + Resolves: rhbz#2074827 + +* Wed Jan 11 2023 Vladimír Slávik - 34.25.2.6-1 +- Add a NVMe-FC tab to the Advanced Storage screen (vslavik) + Resolves: rhbz#2107346 +- Update the .glade file for the Advanced Storage screen (vponcova) + Related: rhbz#2107346 +- Filter out NVMe over Fibre Channel from local disks (vslavik) + Resolves: rhbz#2107346 +- Install nvme-cli on boot.iso (vslavik) + Resolves: rhbz#2107346 + +* Mon Jan 09 2023 Jiri Konecny - 34.25.2.5-1 +- payload: fix repo --includepkgs option (rvykydal) + Resolves: rhbz#2158210 +- bootloader/zipl.py: update for zipl >= 2.25.0 (dan) + Resolves: rhbz#2157916 + +* Tue Jan 03 2023 Jiri Konecny - 34.25.2.4-1 +- Delegate auto-attach handling to RHSM (mkolman) + Resolves: rhbz#2083319 +- Use RHEL9_SshKeyData to fix sshkey quoting problem (bcl) + Resolves: rhbz#2149362 +- Test the InstallerStorage.copy method (vponcova) + Related: rhbz#2093793 +- Show multiple bootloader devices on the Manual Partitioning screen (vponcova) + Resolves: rhbz#2093793 +- Implement the Root.copy method (vponcova) + Related: rhbz#2093793 +- Redefine the Blivet.roots attribute (vponcova) + Related: rhbz#2093793 +- Redefine the Blivet.copy method (vponcova) + Related: rhbz#2093793 +- Use correct hint for VNC password boot option (jstodola) + Resolves: rhbz#2124818 + +* Mon Nov 28 2022 Radek Vykydal - 34.25.2.3-1 +- Disable the concurrency check in the error dialog in TUI (vponcova) + Resolves: rhbz#2070920 +- Support bond device activated in initramfs from kickstart (rvykydal) + Resolves: rhbz#2133053 + +* Thu Nov 10 2022 Martin Kolman - 34.25.2.2-1 +- Initialize empty disks on the Manual Partitioning screen (vponcova) + Resolves: rhbz#2127100 +- infra: Set test vars from templates (vslavik) +- infra: Port check for matching templates from master (vslavik) +- infra: Port templating mechanism from master (vslavik) +- dracut: read filename dhcp option from dhcpopts file (rvykydal) + Related: rhbz#1991843 + +* Thu Oct 27 2022 Martin Kolman - 34.25.2.1-1 +- network: fix doc string of add_connection_sync (rvykydal) + Related: rhbz#2125256 +- network: use separate main conext for NM client in threads (rvykydal) + Resolves: rhbz#2125256 + * Thu Sep 08 2022 Vendula Poncova - 34.25.1.14-1 - Do not crash on network --device link with wireless device (rvykydal) Resolves: rhbz#2063127