Skip to content

Commit

Permalink
Make binutils a recommend as it's only needed for UKI support
Browse files Browse the repository at this point in the history
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: coreos/fedora-coreos-tracker#1496
See: ostreedev/ostree#2753
See: https://src.fedoraproject.org/rpms/kexec-tools/c/ea7be0608ed719cc1cb134ecf6ef51a4b7e9f104?branch=rawhide
  • Loading branch information
travier committed Jun 2, 2023
1 parent e42a823 commit 4da1ffe
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions kexec-tools.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Name: kexec-tools
Version: 2.0.26
Release: 5%{?dist}
Release: 6%{?dist}
License: GPLv2
Summary: The kexec/kdump userspace component

Expand Down Expand Up @@ -66,7 +66,8 @@ Requires: dracut-network >= 058
Requires: dracut-squash >= 058
Requires: ethtool
Requires: util-linux
Requires: binutils
# Needed for UKI support
Recommends: binutils
Recommends: grubby
Recommends: hostname
BuildRequires: make
Expand Down Expand Up @@ -395,6 +396,9 @@ fi
%endif

%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
- Simplify the management of the kernel parameter crashkernel
- Let _update_kernel_cmdline return the correct return code
Expand Down

0 comments on commit 4da1ffe

Please sign in to comment.