Use ifnarch + %{arm} properly for arch filtering

This commit is contained in:
serge-sans-paille 2019-03-21 20:44:41 +00:00
parent d71ad350ba
commit 107b041e00

View File

@ -80,9 +80,7 @@ chrpath --delete %{buildroot}%{_libdir}/*.so*
%check %check
# armv7lhl tests disabled because of arm issue, see https://koji.fedoraproject.org/koji/taskinfo?taskID=33660162 # armv7lhl tests disabled because of arm issue, see https://koji.fedoraproject.org/koji/taskinfo?taskID=33660162
%ifarch armv7lhl %ifnarch %{arm}
true
%else
make -C %{_target_platform} %{?_smp_mflags} check-lld make -C %{_target_platform} %{?_smp_mflags} check-lld
%endif %endif