The package rpms/ghc9.2.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/ghc9.2.git/commit/?id=28fa9246a9c556....
Change: +%ifarch armv7hl %{ix86}
Thanks.
Full change: ============
commit 28fa9246a9c556807206cb4a818639a1837f9be9 Author: Jens Petersen petersen@redhat.com Date: Tue May 30 10:11:38 2023 +0800
disable haddocks also here
following the main ghc 9.2 package
diff --git a/ghc9.2.spec b/ghc9.2.spec index a6c49ec..25d7134 100644 --- a/ghc9.2.spec +++ b/ghc9.2.spec @@ -35,7 +35,7 @@ %bcond_without ghc_prof # https://gitlab.haskell.org/ghc/ghc/-/issues/19754 # https://github.com/haskell/haddock/issues/1384 -%ifarch armv7hl +%ifarch armv7hl %{ix86} %undefine with_haddock %else %bcond_without haddock @@ -289,7 +289,8 @@ Installing this package causes %{name}-*-doc packages corresponding to Summary: GHC library documentation indexing License: BSD-3-Clause Requires: %{name}-compiler = %{version}-%{release} -BuildArch: noarch +# due to disabled haddock archs +#BuildArch: noarch
%description doc-index The package enables re-indexing of installed library documention. @@ -297,7 +298,8 @@ The package enables re-indexing of installed library documention.
%package filesystem Summary: Shared directories for Haskell documentation -BuildArch: noarch +# due to disabled haddock archs +#BuildArch: noarch
%description filesystem This package provides some common directories used for
arch-excludes@lists.fedoraproject.org