public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ghc9.2] rawhide: use some %bcond
@ 2026-08-09 11:48 Jens Petersen
  0 siblings, 0 replies; only message in thread
From: Jens Petersen @ 2026-08-09 11:48 UTC (permalink / raw)
  To: git-commits

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-09 11:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-09 11:48 [rpms/ghc9.2] rawhide: use some %bcond Jens Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox