Drop weak dependency on kdump-utils
Resolves: https://issues.redhat.com/browse/RHEL-138692 The weak dependency on kdump-utils was introduced in commit c7683d8 ("Don't disrupt current kdump users"). But actually kexec-tools doesn't depend on kdump-utils. Since ~2 years has passed, this weak dependency is no longer needed. Signed-off-by: Coiby Xu <coxu@redhat.com>
This commit is contained in:
parent
d31921ba28
commit
d1cb6be17e
@ -1,12 +1,11 @@
|
||||
Name: kexec-tools
|
||||
Version: 2.0.32
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
URL: https://kernel.org/pub/linux/utils/kernel/kexec
|
||||
License: GPL-2.0-only
|
||||
Summary: The kexec/kdump userspace component
|
||||
|
||||
Source0: https://kernel.org/pub/linux/utils/kernel/kexec/%{name}-%{version}.tar.xz
|
||||
Recommends: kdump-utils
|
||||
|
||||
BuildRequires: automake
|
||||
BuildRequires: autoconf
|
||||
@ -90,6 +89,10 @@ rm -f %{buildroot}/%{_libdir}/kexec-tools/kexec_test
|
||||
%doc TODO
|
||||
|
||||
%changelog
|
||||
|
||||
* Wed Jan 21 2026 Coiby Xu <coxu@redhat.com> - 2.0.32-3
|
||||
- Drop weak dependency on kdump-utils (RHEL-138692)
|
||||
|
||||
* Sun Jan 4 2026 Pingfan Liu <piliu@redhat.com> - 2.0.32-2
|
||||
- UKI: Fix the size of real payload
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user