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: use some %bcond
Date: Sun, 09 Aug 2026 11:48:14 GMT [thread overview]
Message-ID: <178627609498.1.17356793011392599247.rpms-ghc9.2-33c84166a179@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/ghc9.2
Branch : rawhide
Commit : 33c84166a17968b8a4d8dd380e9a5c732f926112
Author : Jens Petersen <petersen@redhat.com>
Date : 2026-08-09T16:12:39+08:00
Stats : +3/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ghc9.2/c/33c84166a17968b8a4d8dd380e9a5c732f926112?branch=rawhide
Log:
use some %bcond
---
diff --git a/ghc9.2.spec b/ghc9.2.spec
index bd829f7..a633d5b 100644
--- a/ghc9.2.spec
+++ b/ghc9.2.spec
@@ -52,10 +52,10 @@
%endif
# make sure ghc libraries' ABI hashes unchanged
-%bcond_without abicheck
+%bcond abicheck 1
# no longer build testsuite (takes time and not really being used)
-%bcond_with testsuite
+%bcond testsuite 0
# ld
%if 0%{?fedora} >= 43 || "%{_arch}" == "aarch64" || "%{_arch}" == "riscv64"
@@ -453,6 +453,7 @@ Installing this package causes %{name}-*-prof packages corresponding to
%prep
%setup -q -n ghc-%{version} %{?with_testsuite:-b1}
+# no hadrian selftest flag
%patch -P1 -p1 -b .orig
%patch -P2 -p1 -b .orig
reply other threads:[~2026-08-09 11:48 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=178627609498.1.17356793011392599247.rpms-ghc9.2-33c84166a179@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