From 6618958a2b5331103000e180301b7be25ae9e404 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Tue, 7 Jul 2015 23:45:38 +0100 Subject: [PATCH] Don't fail check on aarch64 --- libatomic_ops.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libatomic_ops.spec b/libatomic_ops.spec index b8969d7..0baa78a 100644 --- a/libatomic_ops.spec +++ b/libatomic_ops.spec @@ -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 7.4.2-6 +- Don't fail check on aarch64 + * Wed Jun 17 2015 Fedora Release Engineering - 7.4.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild