From 82390462dfdf7eb6814467cd28db702fb08972ae Mon Sep 17 00:00:00 2001 From: Lichen Liu Date: Mon, 29 Apr 2024 10:05:21 +0800 Subject: [PATCH] Don't disrupt current kdump users Resolves: RHEL-29044 Upstream: Fedora Conflict: None commit c7683d8aabdbbbaaefdeee4a3e6c35482dca48c7 Author: Coiby Xu Date: Thu Feb 29 11:18:00 2024 +0800 Don't disrupt current kdump users Majority of current kexec-tools users have installed kexec-tools out of the need for the kdump feature. To ensure a smooth transition, add kdump-utils as weak dependency. If users only want to use kexec-tools, they can uninstall kdump-utils. Signed-off-by: Coiby Xu Suggested-by: Carl George Reviewed-by: Philipp Rudo Reviewed-by: Dave Young Signed-off-by: Lichen Liu --- kexec-tools.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/kexec-tools.spec b/kexec-tools.spec index b00a080..1db9654 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -10,6 +10,7 @@ License: GPL-2.0-only Summary: The kexec/kdump userspace component Source0: http://kernel.org/pub/linux/utils/kernel/kexec/%{name}-%{version}.tar.xz +Recommends: kdump-utils Source1: kdumpctl Source3: gen-kdump-sysconfig.sh Source4: gen-kdump-conf.sh