From 49350e99fdaeb5caf596e20e3cac8c124d2d7136 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 4 Feb 2022 22:46:57 +0000 Subject: [PATCH] Ignore some rpmautospec packages for now --- Goalfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Goalfile b/Goalfile index 4f36733..44e4475 100644 --- a/Goalfile +++ b/Goalfile @@ -16,6 +16,11 @@ let fedora-rebuild-name = "OCaml 4.13.1 rebuild to remove package notes" # they have been rebuilt. let fedora-ignored = [ "ocaml-srpm-macros", "ocaml", + + # These use rpmautospec and must be rebuilt by hand for now. + # XXX eventually need to fix stdlib/fedora.gl to deal with these + "ocaml-base64", + "ocaml-opam-file-format", ] # All OCaml-related source package names -- 1.8.3.1