mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
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 <bhubbard@redhat.com>
This commit is contained in:
parent
4ea43f7342
commit
c44c140dfa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user