From 6ebd3f519e631b4ec4526dbaf4f3c0983183bb30 Mon Sep 17 00:00:00 2001 From: Denis Arnaud Date: Sat, 30 Jan 2021 02:52:15 +0100 Subject: [PATCH] Exclude aarch64 --- zeromq.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zeromq.spec b/zeromq.spec index 538ac30..0c75fcc 100644 --- a/zeromq.spec +++ b/zeromq.spec @@ -9,6 +9,9 @@ License: LGPLv3+ URL: https://zeromq.org Source0: https://github.com/%{name}/libzmq/archive/v%{version}/libzmq-%{version}.tar.gz +# For some reason, a test is failing on aarch64 +ExcludeArch: aarch64 + BuildRequires: make BuildRequires: autoconf BuildRequires: automake