From 1c0f85264cda77401ea5098e2e78639749fc491e Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 11 Jul 2023 11:17:43 +0100 Subject: [PATCH] ExcludeArch i686 (https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/SPML7CUBSZNI36NLXGVHEG7DNHU3EWOJ/) --- brltty.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/brltty.spec b/brltty.spec index f967643..fd8e294 100644 --- a/brltty.spec +++ b/brltty.spec @@ -244,6 +244,8 @@ Requires: brlapi%{?_isa} = %{api_version}-%{release} BuildRequires: ocaml BuildRequires: ocaml-findlib BuildRequires: make +# OCaml packages not built on i686 since OCaml 5 / Fedora 39. +ExcludeArch: %{ix86} Summary: OCaml binding for BrlAPI %description -n ocaml-brlapi This package provides the OCaml binding for BrlAPI.