public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ocaml-yojson] rawhide: Fix comment about bootstrapping (which we no longer need to do)
@ 2026-09-15 15:09 Richard W.M. Jones
  0 siblings, 0 replies; only message in thread
From: Richard W.M. Jones @ 2026-09-15 15:09 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/ocaml-yojson
Branch : rawhide
Commit : 5a01c5baa87a0170f2ab0ecebb3627a174bc1ab1
Author : Richard W.M. Jones <rjones@redhat.com>
Date   : 2026-09-15T16:08:51+01:00
Stats  : +4/-6 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/ocaml-yojson/c/5a01c5baa87a0170f2ab0ecebb3627a174bc1ab1?branch=rawhide

Log:
Fix comment about bootstrapping (which we no longer need to do)

---
diff --git a/ocaml-yojson.spec b/ocaml-yojson.spec
index d499fd9..5625e89 100644
--- a/ocaml-yojson.spec
+++ b/ocaml-yojson.spec
@@ -1,12 +1,10 @@
 # OCaml packages not built on i686 since OCaml 5 / Fedora 39.
 ExcludeArch: %{ix86}
 
-# There's a circular build dependency from ocaml-yojson ->
-# ocaml-sedlex -> [.. lots of packages ..] -> ocaml-ppxlib ->
-# ocaml-yojson.  Avoid this by setting bootstrap to 1, building, then
-# setting it back to 0 and building (just this package) again.  All
-# this does is avoid building the 'five' subpackage which is the bit
-# that needs sedlex.
+# If you enable this then there's a circular build dependency from
+# ocaml-yojson -> ocaml-sedlex -> [.. lots of packages ..] ->
+# ocaml-ppxlib -> ocaml-yojson.  This is because the 'five' subpackage
+# needs sedlex.  Don't build this package by default.
 %bcond five 0
 
 Name:           ocaml-yojson

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-15 15:09 [rpms/ocaml-yojson] rawhide: Fix comment about bootstrapping (which we no longer need to do) Richard W.M. Jones

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