public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ghc9.2] rawhide: only exclude s390x for f45+
@ 2026-08-09 16:42 Jens Petersen
0 siblings, 0 replies; only message in thread
From: Jens Petersen @ 2026-08-09 16:42 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ghc9.2
Branch : rawhide
Commit : d543772fcdb30e1a29aec24b4b0f14883432288b
Author : Jens Petersen <petersen@redhat.com>
Date : 2026-08-10T00:40:01+08:00
Stats : +5/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ghc9.2/c/d543772fcdb30e1a29aec24b4b0f14883432288b?branch=rawhide
Log:
only exclude s390x for f45+
---
diff --git a/ghc9.2.spec b/ghc9.2.spec
index 330be29..d4147f4 100644
--- a/ghc9.2.spec
+++ b/ghc9.2.spec
@@ -93,8 +93,11 @@ Source5: ghc-pkg.man
Source6: haddock.man
Source7: runghc.man
+ExcludeArch: armv7hl
# s390x lost via llvm12 retirement
-ExcludeArch: armv7hl s390x
+%if 0%{?fedora} >= 45
+ExcludeArch: s390x
+%endif
# absolute haddock path (was for html/libraries -> libraries)
Patch1: ghc-gen_contents_index-haddock-path.patch
@@ -1085,7 +1088,7 @@ env -C %{ghc_html_libraries_dir} ./gen_contents_index
%changelog
* Mon Aug 10 2026 Jens Petersen <petersen@redhat.com> - 9.2.8-34
-- drop s390x: no longer installs due to llvm12 removal
+- [F45] drop s390x: no longer installs due to llvm12 removal
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 9.2.8-33
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-09 16:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-09 16:42 [rpms/ghc9.2] rawhide: only exclude s390x for f45+ Jens Petersen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox