import anaconda-34.25.2.9-1.el9

This commit is contained in:
CentOS Sources 2023-03-28 09:41:41 +00:00 committed by root
parent b49fab5041
commit 29962e014e
3 changed files with 92 additions and 7 deletions

View File

@ -1 +1 @@
ee2d449209ee9db782671db9d768532c03ad3cb9 SOURCES/anaconda-34.25.1.12.tar.bz2
cd50fb4d80d03ef2e2042fb35adf0a0dfb9b8249 SOURCES/anaconda-34.25.2.9.tar.bz2

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/anaconda-34.25.1.12.tar.bz2
SOURCES/anaconda-34.25.2.9.tar.bz2

View File

@ -1,6 +1,6 @@
Summary: Graphical system installer
Name: anaconda
Version: 34.25.1.12
Version: 34.25.2.9
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,87 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Wed Feb 15 2023 Vendula Poncova <vponcova@redhat.com> - 34.25.2.9-1
- Fix network configuration from kickstart in intramfs (rvykydal)
Resolves: rhbz#2153361
* Thu Feb 09 2023 Jiri Konecny <jkonecny@redhat.com> - 34.25.2.8-1
- Show only usable devices in custom partitioning (jstodola)
Resolves: rhbz#2052938
* Thu Feb 02 2023 Jiri Konecny <jkonecny@redhat.com> - 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 <vslavik@redhat.com> - 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 <jkonecny@redhat.com> - 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 <jkonecny@redhat.com> - 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 <rvykydal@redhat.com> - 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 <mkolman@redhat.com> - 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 <mkolman@redhat.com> - 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 <vponcova@redhat.com> - 34.25.1.14-1
- Do not crash on network --device link with wireless device (rvykydal)
Resolves: rhbz#2063127
* Tue Sep 06 2022 Radek Vykydal <rvykydal@redhat.com> - 34.25.1.13-1
- gui: fix summary hub layout for Japanese translations (rvykydal)
Resolves: rhbz#2120293
* Wed Aug 17 2022 Martin Kolman <mkolman@redhat.com> - 34.25.1.12-1
- Improve Register button click feedback (mkolman)
Resolves: rhbz#2074636