The package rpms/libint.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/libint.git/commit/?id=38155065a0c478....
Change: +%ifarch %{ix86}
Thanks.
Full change: ============
commit 38155065a0c4788eaec699c2f34c1536011b4d7e Author: Susi Lehtola jussilehtola@fedoraproject.org Date: Wed Oct 26 07:40:10 2022 +0000
Turn off LTO on Fedora 36 i686.
diff --git a/libint.spec b/libint.spec index 740e492..526b829 100644 --- a/libint.spec +++ b/libint.spec @@ -11,6 +11,13 @@ # Version of flags used in configure. Increment always when changing the flags, since it will break the API and ABI. %global apiversion 0
+# LTO fails on Fedora 36 i686 (out of memory) +%if 0%{?fedora} == 36 +%ifarch %{ix86} +%global _lto_cflags %nil +%endif +%endif + Name: libint Version: 1.2.1 Release: 16%{?dist}
arch-excludes@lists.fedoraproject.org