From: Casey Bodley Date: Mon, 6 Jun 2022 14:43:54 +0000 (-0400) Subject: rpm: use system arrow packages for fedora/centos9 X-Git-Tag: v18.1.0~452^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=970a16cb30cc995f9d041430be0f6140e8d36c96;p=ceph-ci.git rpm: use system arrow packages for fedora/centos9 Signed-off-by: Casey Bodley --- 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