Remove bitstring, findlib, camlidl from non-built package lists.
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 1 Aug 2014 16:56:00 +0000 (17:56 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 1 Aug 2014 16:56:00 +0000 (17:56 +0100)
fedora_ocaml_rebuild.ml

index 7f0dcc8..027344d 100644 (file)
@@ -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 *)