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=68662ce1568d82a3....
Change: +ExcludeArch: %{arm} %{power64} %{ix86}
Thanks.
Full change: ============
commit 68662ce1568d82a30d523494cf4d0d55a5f35d8a Author: Julian Sikorski belegdol@fedoraproject.org Date: Thu Oct 1 08:10:22 2020 +0200
Excludearch %%{ix86} due to linker running out of memory
diff --git a/mame.spec b/mame.spec index 4583c28..1a1a035 100644 --- a/mame.spec +++ b/mame.spec @@ -26,7 +26,9 @@ Patch1: %{name}-genie-systemlua.patch # %%{power64}: # https://github.com/mamedev/mame/issues/3157 # https://bugzilla.redhat.com/show_bug.cgi?id=1541613 -ExcludeArch: %{arm} %{power64} +# %%{ix86} +# https://bugzilla.redhat.com/show_bug.cgi?id=1884122 +ExcludeArch: %{arm} %{power64} %{ix86}
#asio in Fedora repositories is too old (1.11.x is needed) #BuildRequires: asio-devel
arch-excludes@lists.fedoraproject.org