Disable graphviz.
[fedora-ocaml-rebuild.git] / Goalfile
index 208dc1f..7f3a309 100644 (file)
--- a/Goalfile
+++ b/Goalfile
@@ -6,11 +6,11 @@ let fedora-dir = "%HOME/d/fedora"
 
 let fedora-branch = "master"
 #let fedora-branch = "f32"
-let fedora-tag = "f33-build-side-21752"
+let fedora-tag = "f33-build-side-22796"
 
 # The magic string that must appear in %changelog when the
 # package has been rebuilt.
-let fedora-rebuild-name = "OCaml 4.11.0 pre-release"
+let fedora-rebuild-name = "OCaml 4.11.0+dev2-2020-04-22 rebuild"
 
 # Packages that are blocked.  Any dependent packages are also blocked
 # automatically.
@@ -22,28 +22,22 @@ let fedora-rebuild-name = "OCaml 4.11.0 pre-release"
 let fedora-ignored = [
     "ocaml-srpm-macros", "ocaml",
 
-    # Not updated yet for OCaml 4.11.
-    "ocaml-camlp5",
-
-    # https://github.com/ocaml/ocaml/issues/9461
-    "ocaml-perl4caml",
-
-    # https://bugzilla.redhat.com/show_bug.cgi?id=1825451
-    "ocaml-topkg",
-    "ocaml-astring",  # all needing topkg...
-    "ocaml-uutf",
-    "ocaml-fmt",
-    "ocaml-uuidm",
+    # Several problems with the s390 builds:
+    # https://pagure.io/koji/issue/1974
+    # Cannot download toplink/packages/openblas/0.3.9/2.fc33/s390x/openblas-threads64-0.3.9-2.fc33.s390x.rpm: All mirrors were tried
+    "graphviz",
 ]
 
 # All OCaml-related source package names
 let other-packages = [
     "alt-ergo", "apron", "brltty", "coccinelle",
-    "graphviz", "hevea", "hivex",
+    "haxe", "hevea", "hivex",
     "laby",
-    "libguestfs", "libnbd", "opam",
+    "libguestfs",
+    "libnbd", "opam",
     "utop",
     "virt-top", "virt-v2v",
+    "why3",
     "z3",
 
     # For Coq:
@@ -58,10 +52,6 @@ let other-packages = [
 
     # https://bugzilla.redhat.com/show_bug.cgi?id=1797853
     # "plplot",
-
-    # These packages require camlp5 which has not been updated for 4.11.
-    #"haxe",
-    #"why3",
 ]
 
 pure function get-source-packages () returning strings = {