libguestfs_fedora: Allow package to be in BUILDING state.
[goaljobs-goals.git] / fedora_ocaml_rebuild.ml
index ea37a0a..425a936 100644 (file)
@@ -24,7 +24,7 @@ let yum_repo = "koji-rawhide"
  *)
 let blocked = [
   "ocaml-pa-do";                        (* orphaned *)
-  "ocaml-zarith";                       (* int types *)
+  "plplot";                             (* FTBFS, unrelated to OCaml *)
 ]
 let blocked pkg = List.mem pkg blocked
 
@@ -41,9 +41,9 @@ let source_packages =
   let dirs = shlines "cd %s && ls -1d ocaml*" fedora_dir in
   dirs @ [ "alt-ergo"; "apron"; "brltty"; "coccinelle"; "coq";
            "cduce"; "frama-c"; "gappalib-coq"; "graphviz"; "hevea"; "hivex";
-           "js-of-ocaml"; "llvm"; "plplot"; "virt-top"; "why3"; "xen";
+           "js-of-ocaml"; "plplot"; "virt-top"; "why3";
            "flocq" (* no OCaml code, but needs to be rebuilt after Coq *);
-           "guestfs-browser";
+           "guestfs-browser"; "libguestfs";
            "virt-dmesg" ]
 
 (* Dependencies of each package.  (pkg, [deps ...]) *)