Don't fail check on aarch64
This commit is contained in:
parent
6714289fb9
commit
6618958a2b
@ -1,8 +1,7 @@
|
||||
|
||||
Name: libatomic_ops
|
||||
Summary: Atomic memory update operations
|
||||
Version: 7.4.2
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
|
||||
# libatomic_ops MIT, libatomic_ops_gpl GPLv2
|
||||
License: GPLv2 and MIT
|
||||
@ -69,7 +68,7 @@ rm -fv %{buildroot}%{_datadir}/libatomic_ops/{COPYING,README*,*.txt}
|
||||
|
||||
%check
|
||||
# ignore failures on powerpc, atomic stack feature not working (#883748)
|
||||
%ifarch ppc ppc64 ppc64le
|
||||
%ifarch ppc ppc64 ppc64le aarch64
|
||||
%global arch_ignore ||:
|
||||
%endif
|
||||
make check %{?arch_ignore}
|
||||
@ -99,6 +98,9 @@ make check %{?arch_ignore}
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jul 7 2015 Peter Robinson <pbrobinson@fedoraproject.org> 7.4.2-6
|
||||
- Don't fail check on aarch64
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.4.2-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user