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 <dyoung@redhat.com>
This commit is contained in:
Dave Young 2018-07-26 20:19:08 +08:00
parent d319cbbb6d
commit 9c7fea7ff7
1 changed files with 4 additions and 0 deletions

View File

@ -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/*