Update to anaconda-34.25.4.5-1
- bootupd: Use --write-uuid (walters) Related: RHEL-17205 - bootloader: Detect bootupd and skip regular install (vslavik) Related: RHEL-17205 - ostree: Use bootupd if installed by payload (vslavik) Resolves: RHEL-17205 - bootloader: Create an installation task for collecting kernel arguments (vponcova) Related: RHEL-17205 - bootloader: Add the collect_arguments method (vponcova) Related: RHEL-17205 - bootloader: Remove the install_boot_loader function (vponcova) Related: RHEL-17205 - Apply the bootloader options before the installation (vponcova) Related: RHEL-17205
This commit is contained in:
parent
8e160a8ee9
commit
812097c09b
1
.gitignore
vendored
1
.gitignore
vendored
@ -344,3 +344,4 @@
|
||||
/anaconda-34.25.4.2.tar.bz2
|
||||
/anaconda-34.25.4.3.tar.bz2
|
||||
/anaconda-34.25.4.4.tar.bz2
|
||||
/anaconda-34.25.4.5.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 34.25.4.4
|
||||
Version: 34.25.4.5
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -417,6 +417,23 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Thu Feb 01 2024 Martin Kolman <mkolman@redhat.com> - 34.25.4.5-1
|
||||
- bootupd: Use --write-uuid (walters)
|
||||
Related: RHEL-17205
|
||||
- bootloader: Detect bootupd and skip regular install (vslavik)
|
||||
Related: RHEL-17205
|
||||
- ostree: Use bootupd if installed by payload (vslavik)
|
||||
Resolves: RHEL-17205
|
||||
- bootloader: Create an installation task for collecting kernel arguments
|
||||
(vponcova)
|
||||
Related: RHEL-17205
|
||||
- bootloader: Add the collect_arguments method (vponcova)
|
||||
Related: RHEL-17205
|
||||
- bootloader: Remove the install_boot_loader function (vponcova)
|
||||
Related: RHEL-17205
|
||||
- Apply the bootloader options before the installation (vponcova)
|
||||
Related: RHEL-17205
|
||||
|
||||
* Mon Jan 29 2024 Martin Kolman <mkolman@redhat.com> - 34.25.4.4-1
|
||||
- rpm-ostree: Setup readonly sysroot for ostree & rw karg (tim)
|
||||
Related: RHEL-2250
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-34.25.4.4.tar.bz2) = 997c312cdcea32f07d385e3669fd71ad1fa11c09b385eedc1a7241a04136b1b6f26701425e6a8f09a781e57686da831f82ae9f3fb6aeda77c21ac7a05083b9bf
|
||||
SHA512 (anaconda-34.25.4.5.tar.bz2) = c1edbc7738bf8e2d0e4cd29a57ce185ea2606fc2964ec251c57d480a68f772cae741dfb23b5a86794677375c42cef90d8fa9572f48e3bcb7ef28e2849e205a36
|
||||
|
Loading…
Reference in New Issue
Block a user