X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fedora_ocaml_rebuild.ml;h=bc0261707598806f6e14d6b042814ec5f61511e3;hb=684162eb404fcf426095ed4e40ba34f04ad5e9dd;hp=7851975b8aa896e44b1108e82a2ea9f700219f05;hpb=2a7eb34a8019bc82f7951f138a690f2aeeed9d49;p=goaljobs-goals.git diff --git a/fedora_ocaml_rebuild.ml b/fedora_ocaml_rebuild.ml index 7851975..bc02617 100644 --- a/fedora_ocaml_rebuild.ml +++ b/fedora_ocaml_rebuild.ml @@ -14,7 +14,7 @@ let koji_target = "rawhide" (* The name of the rebuild, and also the magic substring that must * appear in the %changelog when the package has been rebuilt. *) -let rebuild_name = "ocaml-4.02.0 final" +let rebuild_name = "ocaml-4.02.1" (* Local repository that contains build dependencies. *) let yum_repo = "koji-rawhide" @@ -24,6 +24,8 @@ let yum_repo = "koji-rawhide" *) let blocked = [ "ocaml-pa-do"; (* orphaned *) + "llvm"; (* FTBFS, unrelated to OCaml *) + "plplot"; (* FTBFS, unrelated to OCaml *) ] let blocked pkg = List.mem pkg blocked @@ -40,7 +42,7 @@ 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"; "llvm"; "plplot"; "virt-top"; "why3"; "flocq" (* no OCaml code, but needs to be rebuilt after Coq *); "guestfs-browser"; "virt-dmesg" ]