From d3c7c65fd15374c737c4e8c44f5440776b97fe70 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-calendar.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ocaml-calendar.spec b/ocaml-calendar.spec index 52b27c3..1eea61e 100644 --- a/ocaml-calendar.spec +++ b/ocaml-calendar.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