Update to anaconda-34.25.4.2-1
- tests: Add a test case for the NVMe module (vtrefny) Resolves: RHEL-11543 Resolves: RHEL-11544 - Add a simple NVMe module for NVMe Fabrics support (vtrefny) Resolves: RHEL-11543 Resolves: RHEL-11544 - network: ignore BOOTIF connections when creating device configurations (rvykydal) Resolves: RHEL-4766 - network: ignore BOOTIF connections when looking for initramfs bond ports (rvykydal) Resolves: RHEL-4766
This commit is contained in:
parent
c6440871e0
commit
7f6b53b0dd
1
.gitignore
vendored
1
.gitignore
vendored
@ -341,3 +341,4 @@
|
||||
/anaconda-34.25.3.7.tar.bz2
|
||||
/anaconda-34.25.3.8.tar.bz2
|
||||
/anaconda-34.25.4.1.tar.bz2
|
||||
/anaconda-34.25.4.2.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 34.25.4.1
|
||||
Version: 34.25.4.2
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -411,6 +411,20 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Tue Jan 09 2024 Martin Kolman <mkolman@redhat.com> - 34.25.4.2-1
|
||||
- tests: Add a test case for the NVMe module (vtrefny)
|
||||
Resolves: RHEL-11543
|
||||
Resolves: RHEL-11544
|
||||
- Add a simple NVMe module for NVMe Fabrics support (vtrefny)
|
||||
Resolves: RHEL-11543
|
||||
Resolves: RHEL-11544
|
||||
- network: ignore BOOTIF connections when creating device configurations
|
||||
(rvykydal)
|
||||
Resolves: RHEL-4766
|
||||
- network: ignore BOOTIF connections when looking for initramfs bond ports
|
||||
(rvykydal)
|
||||
Resolves: RHEL-4766
|
||||
|
||||
* Thu Dec 07 2023 Jiri Konecny <jkonecny@redhat.com> - 34.25.4.1-1
|
||||
- Fix versioning on RHEL 9.4 (jkonecny)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-34.25.4.1.tar.bz2) = 959f39f85c2f8bdb4d347fbfc04edaf6ec1f7341bb0c7cd264963cd4e4140381b63ccdf641ee6a0fa4ce5534895fbba6377b274a9e8beff2a898f1ea854bc333
|
||||
SHA512 (anaconda-34.25.4.2.tar.bz2) = e3ba4b3ff8a853d109eb620b7748da89680ee77e5edc2e51b0bde3d7d531a0b62fcf9cc985a47fcafa5f8ebc4b99123e6ae96875aa38e956d5dabb6d00fe0217
|
||||
|
Loading…
Reference in New Issue
Block a user