Update to anaconda-34.25.4.3-1
- Fix missing emit of zfcp kickstart statements (maier) Related: RHEL-11384 - DeviceTreeViewer: Add path-id attribute to zfcp-attached SCSI disks (maier) Related: RHEL-11384 - Fix missing WWID values for multipath devices in advanced storage UI (#2046654) (maier) Resolves: RHEL-11384 - rescue: Don't allow to mount systems without a root device (vponcova) Resolves: RHEL-14696 - Do not crash on default None values of ostreecontainer command (rvykydal) Related: RHEL-2250 - Fix wrong dracut timeout message (jkonecny) Resolves: RHEL-5638 - Move rpm-ostree deps from Lorax to Anaconda (#2125655) (jkonecny) Related: RHEL-2250 - Implement needs_network for rpm_ostree_container (#2125655) (jkonecny) Related: RHEL-2250 - Add tests for RPM Ostree payload with source from container (#2125655) (rvykydal) Related: RHEL-2250 - Enable RPM OSTree from container source in payload (#2125655) (rvykydal) Resolves: RHEL-2250 - Add RPM OSTree source from container (#2125655) (rvykydal) Related: RHEL-2250
This commit is contained in:
parent
7f6b53b0dd
commit
d4cc73394a
1
.gitignore
vendored
1
.gitignore
vendored
@ -342,3 +342,4 @@
|
||||
/anaconda-34.25.3.8.tar.bz2
|
||||
/anaconda-34.25.4.1.tar.bz2
|
||||
/anaconda-34.25.4.2.tar.bz2
|
||||
/anaconda-34.25.4.3.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 34.25.4.2
|
||||
Version: 34.25.4.3
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -35,13 +35,14 @@ Source0: %{name}-%{version}.tar.bz2
|
||||
%define libxklavierver 5.4
|
||||
%define mehver 0.23-1
|
||||
%define nmver 1.0
|
||||
%define pykickstartver 3.32.10-1
|
||||
%define pykickstartver 3.32.11-1
|
||||
%define pypartedver 2.5-2
|
||||
%define pythonblivetver 1:3.6.0-4
|
||||
%define pythonblivetver 1:3.6.0-13
|
||||
%define rpmver 4.10.0
|
||||
%define simplelinever 1.8.3-1
|
||||
%define subscriptionmanagerver 1.29.31
|
||||
%define utillinuxver 2.15.1
|
||||
%define rpmostreever 2023.2
|
||||
|
||||
BuildRequires: audit-libs-devel
|
||||
BuildRequires: libtool
|
||||
@ -100,6 +101,11 @@ Requires: python3-systemd
|
||||
Requires: python3-productmd
|
||||
Requires: python3-dasbus >= %{dasbusver}
|
||||
Requires: flatpak-libs
|
||||
# dependencies for rpm-ostree payload module
|
||||
Requires: rpm-ostree >= %{rpmostreever}
|
||||
Requires: ostree
|
||||
# used by ostree command for native containers
|
||||
Requires: skopeo
|
||||
%if %{defined rhel} && %{undefined centos}
|
||||
Requires: subscription-manager >= %{subscriptionmanagerver}
|
||||
%endif
|
||||
@ -411,6 +417,32 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Wed Jan 24 2024 Martin Kolman <mkolman@redhat.com> - 34.25.4.3-1
|
||||
- Fix missing emit of zfcp kickstart statements (maier)
|
||||
Related: RHEL-11384
|
||||
- DeviceTreeViewer: Add path-id attribute to zfcp-attached SCSI disks (maier)
|
||||
Related: RHEL-11384
|
||||
- Fix missing WWID values for multipath devices in advanced storage UI
|
||||
(#2046654) (maier)
|
||||
Resolves: RHEL-11384
|
||||
- rescue: Don't allow to mount systems without a root device (vponcova)
|
||||
Resolves: RHEL-14696
|
||||
- Do not crash on default None values of ostreecontainer command (rvykydal)
|
||||
Related: RHEL-2250
|
||||
- Fix wrong dracut timeout message (jkonecny)
|
||||
Resolves: RHEL-5638
|
||||
- Move rpm-ostree deps from Lorax to Anaconda (#2125655) (jkonecny)
|
||||
Related: RHEL-2250
|
||||
- Implement needs_network for rpm_ostree_container (#2125655) (jkonecny)
|
||||
Related: RHEL-2250
|
||||
- Add tests for RPM Ostree payload with source from container (#2125655)
|
||||
(rvykydal)
|
||||
Related: RHEL-2250
|
||||
- Enable RPM OSTree from container source in payload (#2125655) (rvykydal)
|
||||
Resolves: RHEL-2250
|
||||
- Add RPM OSTree source from container (#2125655) (rvykydal)
|
||||
Related: RHEL-2250
|
||||
|
||||
* 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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-34.25.4.2.tar.bz2) = e3ba4b3ff8a853d109eb620b7748da89680ee77e5edc2e51b0bde3d7d531a0b62fcf9cc985a47fcafa5f8ebc4b99123e6ae96875aa38e956d5dabb6d00fe0217
|
||||
SHA512 (anaconda-34.25.4.3.tar.bz2) = 458090a77578ccc1ec299e8f735fe7f5a4f43448eb15c850633fdcff5960ac30babed269202ff7b964f50eadc6f7478d4a89b802311438502a0c8e969b144849
|
||||
|
Loading…
Reference in New Issue
Block a user