]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
rpm: use system arrow packages for fedora/centos9
authorCasey Bodley <cbodley@redhat.com>
Mon, 6 Jun 2022 14:43:54 +0000 (10:43 -0400)
committerCasey Bodley <cbodley@redhat.com>
Wed, 25 Jan 2023 18:47:08 +0000 (13:47 -0500)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
ceph.spec.in

index f5a6c0418d4b0ab02f673a5c5ab838180b1c7af0..936e39ad519e761bf1a1e45faed98a073c69bbda 100644 (file)
 # 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