From 0f8d1797cf1e868cead24400f9ae1b6bda9bda43 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 18 Dec 2023 11:09:58 +0000 Subject: [PATCH] Rebuild OCaml packages in Fedora 40 with s390x code gen fix https://github.com/ocaml/ocaml/issues/12829 https://github.com/ocaml/ocaml/pull/12831 --- Goalfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Goalfile b/Goalfile index dcb108a..00a3f57 100644 --- a/Goalfile +++ b/Goalfile @@ -6,11 +6,11 @@ let fedora-dir = "%HOME/d/fedora" let fedora-branch = "rawhide" #let fedora-branch = "f34" -let fedora-tag = "f40-build-side-79351" +let fedora-tag = "f40-build-side-79788" # The magic string that must appear in %changelog when the # package has been rebuilt. -let fedora-rebuild-name = "OCaml 5.1.1 rebuild for Fedora 40" +let fedora-rebuild-name = "OCaml 5.1.1 + s390x code gen fix for Fedora 40" # %fedora-retry-failed: # If set to 1 then failed builds are retried automatically. -- 1.8.3.1