From 091e3e2f9277837ee3e3ee718543c7e649d3b26a Mon Sep 17 00:00:00 2001 From: Denis Arnaud Date: Nov 11 2019 21:46:31 +0000 Subject: Exclude ARMv7hl, as SOCI does not build on it too --- diff --git a/trademgen.spec b/trademgen.spec index e61b79f..3c98d9d 100644 --- a/trademgen.spec +++ b/trademgen.spec @@ -14,6 +14,11 @@ License: LGPLv2+ URL: http://github.com/airsim/%{name} Source0: %{url}/archive/%{name}-%{version}.tar.gz +# For some reason, SOCI (https://src.fedoraproject.org/rpms/soci) +# does not build on ARMv7hl. That architecture has therefore +# to be excluded from its dependencies as well +ExcludeArch: armv7hl + BuildRequires: gcc-c++ BuildRequires: cmake BuildRequires: python3-devel