# Packages that are ignored, which means they are treated as if
# they have been rebuilt.
-let fedora-ignored = [ "ocaml-srpm-macros", "ocaml" ]
+let fedora-ignored = [
+ "ocaml-srpm-macros", "ocaml",
+
+ # https://bugzilla.redhat.com/show_bug.cgi?id=1792769
+ "ocaml-base",
+]
# All OCaml-related source package names
let other-packages = [
"alt-ergo", "apron", "brltty",
"graphviz", "hevea", "hivex",
- "libguestfs", "libnbd", "opam",
+ "libguestfs", "libnbd",
"virt-top", "virt-v2v",
# no OCaml code, but needs to be rebuilt after Coq
# Coccinelle uses -unsafe-string.
# "coccinelle",
+
+ # https://bugzilla.redhat.com/show_bug.cgi?id=1792770
+ # "opam",
]
pure function get-source-packages () returning strings = {
cd %fedora-dir