From 970a16cb30cc995f9d041430be0f6140e8d36c96 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Mon, 6 Jun 2022 10:43:54 -0400 Subject: [PATCH] rpm: use system arrow packages for fedora/centos9 Signed-off-by: Casey Bodley --- ceph.spec.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ceph.spec.in b/ceph.spec.in index f5a6c0418d4..936e39ad519 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -105,7 +105,13 @@ # distros that do _not_ ship cmd2/colorama %bcond_with cephfs_shell %endif +%if 0%{?fedora} || 0%{?rhel} >= 9 +%bcond_without system_arrow +%else +# for centos 8, utf8proc-devel comes from the subversion-devel module which isn't available in EPEL8 +# this is tracked in https://bugzilla.redhat.com/2152265 %bcond_with system_arrow +%endif %if 0%{?fedora} || 0%{?suse_version} || 0%{?rhel} >= 8 %global weak_deps 1 %endif -- 2.39.5