From: Richard W.M. Jones Date: Thu, 1 Aug 2019 09:19:30 +0000 (+0100) Subject: ocaml: Add comments about ocaml-seq, coq X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=4c6eaf8b788a69abac10baf7be7861d6d5c071c6;p=goaljobs-goals.git ocaml: Add comments about ocaml-seq, coq --- diff --git a/fedora_ocaml_rebuild.ml b/fedora_ocaml_rebuild.ml index a67c9fe..a395c58 100644 --- a/fedora_ocaml_rebuild.ml +++ b/fedora_ocaml_rebuild.ml @@ -31,6 +31,8 @@ let yum_repo = "koji-rawhide" let blocked = [ "ocaml-camlp4"; (* deprecated + all dependent packages *) "ocaml-yojson"; (* jjames is looking at this *) + "ocaml-dose3"; (* requires ocaml-seq, see 1735476 & 1735629 *) + "coq"; (* RHBZ#1735619 *) ] let blocked pkg = List.mem pkg blocked