From 174c4f6ebed412056b941775246da40725f90af1 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 11 Jul 2023 11:36:23 +0100 Subject: [PATCH] ExcludeArch i686 (https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/SPML7CUBSZNI36NLXGVHEG7DNHU3EWOJ/) --- ocaml-fileutils.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ocaml-fileutils.spec b/ocaml-fileutils.spec index 7fd06fe..5f3b6e7 100644 --- a/ocaml-fileutils.spec +++ b/ocaml-fileutils.spec @@ -1,3 +1,6 @@ +# OCaml packages not built on i686 since OCaml 5 / Fedora 39. +ExcludeArch: %{ix86} + %ifnarch %{ocaml_native_compiler} %global debug_package %{nil} %endif