The package rpms/fish.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/fish.git/commit/?id=74a085bacd233e97....
Change: +ExcludeArch: %{ix86} %{arm32}
Thanks.
Full change: ============
commit 74a085bacd233e97fa76fe1ee6307dc4016861f4 Author: Neal Gompa ngompa@fedoraproject.org Date: Thu Feb 27 10:23:09 2025 -0500
Disable building on 32-bit architectures
diff --git a/fish.spec b/fish.spec index c17142c..152efec 100644 --- a/fish.spec +++ b/fish.spec @@ -94,6 +94,9 @@ Provides: bundled(js-alpine) # For forked pcre2 crate that includes https://github.com/BurntSushi/rust-pcre2/pull/38 Provides: bundled(crate(pcre2)) = %{rust_pcre2_fish_tag}
+# fish does not currently build on 32-bit architectures +ExcludeArch: %{ix86} %{arm32} + %description fish is a fully-equipped command line shell (like bash or zsh) that is smart and user-friendly. fish supports powerful features like syntax
arch-excludes@lists.fedoraproject.org