From 9ce19127666e9ad2ad1f3ddd1c0d66e8a7c6c2f8 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Sat, 27 Jan 2024 19:50:49 +0100 Subject: [PATCH] Restrict libarrow-devel BR to 64bit arches --- gdal.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gdal.spec b/gdal.spec index 2b37727..18581b8 100644 --- a/gdal.spec +++ b/gdal.spec @@ -88,7 +88,9 @@ BuildRequires: gtest-devel BuildRequires: hdf-devel BuildRequires: hdf5-devel BuildRequires: json-c-devel +%ifnarch %{ix86} %{arm} BuildRequires: libarrow-devel +%endif BuildRequires: libdap-devel BuildRequires: libdeflate-devel BuildRequires: libgeotiff-devel