commit 2c67a4a98c0706eee4c9fc8c4b7f006c283807f9
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jun 19 18:01:40 2021 +0100
Make aarch64 check failure non-fatal
vlc.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/vlc.spec b/vlc.spec
index a6033cb..30a63be 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -468,7 +468,7 @@ rm -rf %{buildroot}%{_datadir}/kde4
%if 0%{?el7}
. /opt/rh/devtoolset-%{dts_ver}/enable
%endif
-%ifnarch %{arm}
+%ifnarch %{arm} %{arm64}
make check
%else
make check || :