From ae0d99908986442c9514b27a9edbb2b8c06b2bac 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-gettext.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ocaml-gettext.spec b/ocaml-gettext.spec index 79be2a3..5bcee86 100644 --- a/ocaml-gettext.spec +++ b/ocaml-gettext.spec @@ -1,3 +1,6 @@ +# OCaml packages not built on i686 since OCaml 5 / Fedora 39. +ExcludeArch: %{ix86} + # Optionally disable camomile dep on RHEL. %if !0%{?rhel} %bcond_without camomile