From a1fee708f0bd8f2ff061ead76d3e79a62d9725e4 Mon Sep 17 00:00:00 2001 From: Julian Sikorski Date: May 31 2018 13:33:34 +0000 Subject: Added ExcludeArch for armv7hl due to issues with ld running out of memory --- diff --git a/mame.spec b/mame.spec index 66165c9..d7e83bf 100644 --- a/mame.spec +++ b/mame.spec @@ -22,9 +22,12 @@ Source0: https://github.com/mamedev/%{name}/releases/download/%{name}0%{b Source1: http://mamedev.org/releases/whatsnew_0%{baseversion}.txt Patch0: %{name}-fortify.patch Patch1: %{name}-genie-systemlua.patch +# ppc64: # https://github.com/mamedev/mame/issues/3157 # https://bugzilla.redhat.com/show_bug.cgi?id=1541613 -ExcludeArch: ppc64 ppc64le +# armv7hl: +# https://bugzilla.redhat.com/show_bug.cgi?id=1584711 +ExcludeArch: ppc64 ppc64le armv7hl #asio in Fedora repositories is too old (1.11.x is needed) #BuildRequires: asio-devel