From 417faf9d11ce0c0963cfe65b380bf00fd15f5c1a Mon Sep 17 00:00:00 2001 From: Leigh Scott Date: Mon, 28 Sep 2020 22:45:40 +0100 Subject: [PATCH] Fix arm tests --- vlc.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vlc.spec b/vlc.spec index 05f542f..bd3635d 100644 --- a/vlc.spec +++ b/vlc.spec @@ -453,7 +453,11 @@ rm -rf %{buildroot}%{_datadir}/kde4 %if 0%{?el7} . /opt/rh/devtoolset-%{dts_ver}/enable %endif +%ifnarch %{arm} make check +%else +make check || : +%endif %ldconfig_scriptlets core