The package rpms/rust-below-config.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/rust-below-config.git/commit/?id=f3f....
Change: +ExcludeArch: %{arm32} %{ix86}
Thanks.
Full change: ============
commit f3f676c88250ee9c00a695ab3165c3209fe77a60 Author: Michel Alexandre Salim salimma@fedoraproject.org Date: Sun Jan 29 21:35:50 2023 -0600
Also exclude builds on 32-bit ARM architectures
Signed-off-by: Michel Alexandre Salim salimma@fedoraproject.org
diff --git a/rust-below-config.spec b/rust-below-config.spec index 2bc9078..504e5a0 100644 --- a/rust-below-config.spec +++ b/rust-below-config.spec @@ -17,7 +17,7 @@ Source: %{crates_source} Patch: below-config-fix-metadata.diff
# below-btrfs is not available -ExcludeArch: %{ix86} +ExcludeArch: %{arm32} %{ix86}
BuildRequires: rust-packaging >= 21
arch-excludes@lists.fedoraproject.org