diff --git a/libASL.spec b/libASL.spec index 464567a..16729ed 100644 --- a/libASL.spec +++ b/libASL.spec @@ -5,7 +5,7 @@ Name: lib%{upstream} Version: 0.1.7 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Advanced Simulation Library hardware accelerated multiphysics simulation platform License: AGPLv3 and BSD and MIT @@ -131,7 +131,7 @@ mv %{buildroot}%{_datadir}/%{upstream}/input %{buildroot}%{_docdir}/%{name}-exam %if 0%{?fedora} -%ifnarch aarch64 ppc64 ppc64le s390 s390x +%ifnarch %{arm} aarch64 ppc64 ppc64le s390 s390x %check pushd %{_cmake_build_subdir} # Test failures @@ -203,6 +203,9 @@ ctest3 -V -R 'testPrivateVar|testReductionFunction' || : %changelog +* Sat Mar 04 2017 Christian Dersch - 0.1.7-5 +- Deactivated tests on armv7hl for now + * Fri Feb 10 2017 Fedora Release Engineering - 0.1.7-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild