spec: Disable check on arm just to get the build out

This commit is contained in:
Cole Robinson 2014-03-24 13:16:27 -04:00
parent 3400e70a32
commit 1560ff70e8
1 changed files with 2 additions and 1 deletions

View File

@ -1012,7 +1012,8 @@ done
%check
# Disabled on aarch64 where it fails with several errors. Will
# investigate and fix when we have access to real hardware - RWMJ.
%ifnarch aarch64
# 2014-03-24: Suddenly failing on arm32 as well - crobinso
%ifnarch aarch64 armv7hl
make check
%endif