From eaccc2c23c37cebd3dfe1f2d0260842905dd399e Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Feb 11 2024 16:05:35 +0000 Subject: Disable ix86 builds of pcp2arrow, dep missing --- diff --git a/pcp.spec b/pcp.spec index 203f7f8..89329a1 100644 --- a/pcp.spec +++ b/pcp.spec @@ -203,8 +203,13 @@ ExcludeArch: %{ix86} %global disable_noarch 1 %endif +# build pcp2arrow whenever possible (no RHEL or 32 bit x86 Fedora python3-arrow) %if 0%{?fedora} >= 36 +%ifarch %{ix86} +%global disable_arrow 1 +%else %global disable_arrow 0 +%endif %else %global disable_arrow 1 %endif