public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jens Petersen <petersen@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ghc9.2] rawhide: only exclude s390x for f45+
Date: Sun, 09 Aug 2026 16:42:04 GMT [thread overview]
Message-ID: <178629372405.1.14698844636778084809.rpms-ghc9.2-d543772fcdb3@fedoraproject.org> (raw)
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
reply other threads:[~2026-08-09 16:42 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178629372405.1.14698844636778084809.rpms-ghc9.2-d543772fcdb3@fedoraproject.org \
--to=petersen@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox