The package rpms/mame.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/mame.git/commit/?id=c41f94228177df80....
Change: +ExcludeArch: ppc64 ppc64le armv7hl
Thanks.
Full change: ============
commit c41f94228177df80491d5627fbe9a9a9b32dcf55 Author: Julian Sikorski belegdol@fedoraproject.org Date: Thu May 31 15:33:34 2018 +0200
Added ExcludeArch for armv7hl due to issues with ld running out of memory
diff --git a/mame.spec b/mame.spec index 958841d..6efc958 100644 --- a/mame.spec +++ b/mame.spec @@ -22,9 +22,12 @@ Source0: https://github.com/mamedev/%%7Bname%7D/releases/download/%%7Bname%7D0%%7Bb Source1: http://mamedev.org/releases/whatsnew_0%%7Bbaseversion%7D.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
arch-excludes@lists.fedoraproject.org