From 960a4d73bdb44e4c8b06384961834276a94d5035 Mon Sep 17 00:00:00 2001 From: Stefan Hajnoczi Date: Tue, 7 Jan 2020 10:07:18 +0000 Subject: [PATCH] Exclude unsupported armv7hl architecture Signed-off-by: Stefan Hajnoczi --- liburing.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/liburing.spec b/liburing.spec index 102ebc2..435420b 100644 --- a/liburing.spec +++ b/liburing.spec @@ -7,6 +7,9 @@ Source: https://brick.kernel.dk/snaps/%{name}-%{version}.tar.gz URL: https://git.kernel.dk/cgit/liburing/ BuildRequires: gcc +# Fails to build and therefore isn't supported upstream +ExcludeArch: armv7hl + %description Provides native async IO for the Linux kernel, in a fast and efficient manner, for both buffered and O_DIRECT.