Make binutils a recommend as it's only needed for UKI support
UKI are not supported on rpm-ostree based Fedora variants so let's use
recommend for binutils for now to let those not include the package
until needed.
See: https://github.com/coreos/fedora-coreos-tracker/issues/1496
See: https://github.com/ostreedev/ostree/issues/2753
See: ea7be0608e
This commit is contained in:
parent
e42a823dae
commit
4da1ffe730
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: kexec-tools
|
Name: kexec-tools
|
||||||
Version: 2.0.26
|
Version: 2.0.26
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Summary: The kexec/kdump userspace component
|
Summary: The kexec/kdump userspace component
|
||||||
|
|
||||||
@ -66,7 +66,8 @@ Requires: dracut-network >= 058
|
|||||||
Requires: dracut-squash >= 058
|
Requires: dracut-squash >= 058
|
||||||
Requires: ethtool
|
Requires: ethtool
|
||||||
Requires: util-linux
|
Requires: util-linux
|
||||||
Requires: binutils
|
# Needed for UKI support
|
||||||
|
Recommends: binutils
|
||||||
Recommends: grubby
|
Recommends: grubby
|
||||||
Recommends: hostname
|
Recommends: hostname
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
@ -395,6 +396,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 02 2023 Timothée Ravier <tim@siosm.fr> - 2.0.26-6
|
||||||
|
- Make binutils a recommend as it's only needed for UKI support
|
||||||
|
|
||||||
* Mon May 29 2023 Coiby <coxu@redhat.com> - 2.0.26-5
|
* Mon May 29 2023 Coiby <coxu@redhat.com> - 2.0.26-5
|
||||||
- Simplify the management of the kernel parameter crashkernel
|
- Simplify the management of the kernel parameter crashkernel
|
||||||
- Let _update_kernel_cmdline return the correct return code
|
- Let _update_kernel_cmdline return the correct return code
|
||||||
|
Loading…
Reference in New Issue
Block a user