The package rpms/atomes.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/atomes.git/commit/?id=8c1cc566b55408....
Change: +%ifarch aarch64
Thanks.
Full change: ============
commit 8c1cc566b554087ad58662fdc73fa2c23bc2eca1 Author: Sébastien Le Roux sebastien.leroux@ipcms.unistra.fr Date: Thu Sep 28 13:15:19 2023 +0200
Package metadata update
diff --git a/atomes.spec b/atomes.spec index 091d827..2e604be 100644 --- a/atomes.spec +++ b/atomes.spec @@ -60,6 +60,11 @@ step by step to achieve this crucial step. %autosetup -n %{upname}-%{version}
%build +%ifarch aarch64 +# Temporary fix for bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111528 +# https://bugzilla.redhat.com/show_bug.cgi?id=2241139 + FCFLAGS=`echo $FCFLAGS|sed 's/-fstack-protector-strong//1'` +%endif %configure #make %%{?_smp_mflags} %make_build
arch-excludes@lists.fedoraproject.org