From: Richard W.M. Jones Date: Fri, 1 Aug 2014 16:56:00 +0000 (+0100) Subject: Remove bitstring, findlib, camlidl from non-built package lists. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;ds=sidebyside;h=3250d18d000a51c44448e678093ccfce929e55d5;p=goaljobs-goals.git Remove bitstring, findlib, camlidl from non-built package lists. --- diff --git a/fedora_ocaml_rebuild.ml b/fedora_ocaml_rebuild.ml index 7f0dcc8..027344d 100644 --- a/fedora_ocaml_rebuild.ml +++ b/fedora_ocaml_rebuild.ml @@ -23,8 +23,6 @@ let yum_repo = "koji-rawhide" * dependent packages. *) let blocked = [ - "ocaml-bitstring"; (* needs upstream fix for 4.02.0 *) - "ocaml-mikmatch"; (* build failure on 4.02.0 *) "ocaml-omake"; (* build failure on 4.02.0 with hevea *) "ocaml-p3l"; (* build failure on 4.02.0 -warn-error A *) @@ -40,8 +38,6 @@ let blocked pkg = List.mem pkg blocked let ignored = [ "ocaml-srpm-macros"; (* don't need to build this *) "ocaml"; (* rebuilt by hand *) - "ocaml-findlib"; (* rebuilt by hand *) - "ocaml-camlidl"; (* rebuilt by orionp *) "whenjobs"; (* obsolete *) "libguestfs"; (* rebuilt by hand *) "graphviz"; (* rebuilt by hand *)