From 3555ea78d08d41bd6ee3cfbdc1bc6dec2b8b2818 Mon Sep 17 00:00:00 2001 From: Brad Hubbard Date: Fri, 25 Oct 2019 15:29:37 +1000 Subject: [PATCH] ceph.spec.in: Enable amqp_endpoint on RHEL8 by default RHEL/CentOS 8 now provide librabbitmq-devel so we can enable it as a build requirement. Fixes: https://tracker.ceph.com/issues/38466 Signed-off-by: Brad Hubbard (cherry picked from commit c44c140dfab4551eebc532c13865f56557b8378c) --- ceph.spec.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ceph.spec.in b/ceph.spec.in index 9b705099fe066..03a73dad010b2 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -32,11 +32,10 @@ %bcond_without selinux %if 0%{?rhel} >= 8 %bcond_with cephfs_java -%bcond_with amqp_endpoint %else %bcond_without cephfs_java -%bcond_without amqp_endpoint %endif +%bcond_without amqp_endpoint %bcond_without lttng %bcond_without libradosstriper %bcond_without ocf -- 2.39.5