From 9c7fea7ff76591274e60097175d3329e608f1eb1 Mon Sep 17 00:00:00 2001 From: Dave Young Date: Thu, 26 Jul 2018 20:19:08 +0800 Subject: [PATCH] Fix armv7hl build failure armv7hl build failed because no makedumpfile* built but the latest commit tries to install them. Exclude armv7hl in the code chunk. Signed-off-by: Dave Young --- kexec-tools.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kexec-tools.spec b/kexec-tools.spec index 9ffe83f..260f2a0 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -290,7 +290,9 @@ done %files /sbin/kexec +%ifarch %{ix86} x86_64 ppc64 s390x ppc64le aarch64 /sbin/makedumpfile +%endif /sbin/mkdumprd /sbin/vmcore-dmesg %{_bindir}/* @@ -308,7 +310,9 @@ done %dir %{_localstatedir}/crash %{_mandir}/man8/kdumpctl.8.gz %{_mandir}/man8/kexec.8.gz +%ifarch %{ix86} x86_64 ppc64 s390x ppc64le aarch64 %{_mandir}/man8/makedumpfile.8.gz +%endif %{_mandir}/man8/mkdumprd.8.gz %{_mandir}/man8/vmcore-dmesg.8.gz %{_mandir}/man5/*