From f46074e711e326cf0731fafc2462850f53aad7a8 Mon Sep 17 00:00:00 2001 From: Lichen Liu Date: Mon, 29 Apr 2024 10:27:09 +0800 Subject: [PATCH] kexec-tools: use make_install Resolves: RHEL-29044 Upstream: Fedora Conflict: None commit 2ed88633ade0f1e5523d8097d96df3fde1287ea7 Author: Coiby Xu Date: Tue Apr 9 09:04:11 2024 +0800 kexec-tools: use make_install use consistent build flags %make_install to have the benefits like enabling parallel building automatically. Signed-off-by: Coiby Xu Reviewed-by: Philipp Rudo Reviewed-by: Dave Young Signed-off-by: Lichen Liu --- kexec-tools.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kexec-tools.spec b/kexec-tools.spec index cf88e5b..32fddaf 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -159,7 +159,7 @@ autoreconf %endif --sbindir=/usr/sbin rm -f kexec-tools.spec.in -make +%make_build # makedumpfile make -C eppic-%{eppic_ver}/libeppic