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:
parent
d319cbbb6d
commit
9c7fea7ff7
@ -290,7 +290,9 @@ done
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
/sbin/kexec
|
/sbin/kexec
|
||||||
|
%ifarch %{ix86} x86_64 ppc64 s390x ppc64le aarch64
|
||||||
/sbin/makedumpfile
|
/sbin/makedumpfile
|
||||||
|
%endif
|
||||||
/sbin/mkdumprd
|
/sbin/mkdumprd
|
||||||
/sbin/vmcore-dmesg
|
/sbin/vmcore-dmesg
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
@ -308,7 +310,9 @@ done
|
|||||||
%dir %{_localstatedir}/crash
|
%dir %{_localstatedir}/crash
|
||||||
%{_mandir}/man8/kdumpctl.8.gz
|
%{_mandir}/man8/kdumpctl.8.gz
|
||||||
%{_mandir}/man8/kexec.8.gz
|
%{_mandir}/man8/kexec.8.gz
|
||||||
|
%ifarch %{ix86} x86_64 ppc64 s390x ppc64le aarch64
|
||||||
%{_mandir}/man8/makedumpfile.8.gz
|
%{_mandir}/man8/makedumpfile.8.gz
|
||||||
|
%endif
|
||||||
%{_mandir}/man8/mkdumprd.8.gz
|
%{_mandir}/man8/mkdumprd.8.gz
|
||||||
%{_mandir}/man8/vmcore-dmesg.8.gz
|
%{_mandir}/man8/vmcore-dmesg.8.gz
|
||||||
%{_mandir}/man5/*
|
%{_mandir}/man5/*
|
||||||
|
Loading…
Reference in New Issue
Block a user