diff --git a/ceph.spec.in b/ceph.spec.in index 8d9d58d8e83..f6bb2d9a40d 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -21,6 +21,7 @@ # bcond syntax! ################################################################################# %bcond_with make_check +%bcond_with zbd %bcond_with cmake_verbose_logging %bcond_without ceph_test_package %ifarch s390 s390x @@ -196,6 +197,9 @@ BuildRequires: python%{python3_pkgversion}-coverage BuildRequires: python%{python3_pkgversion}-pyOpenSSL BuildRequires: socat %endif +%if 0%{with zbd} +BuildRequires: libzbd-devel +%endif %if 0%{with seastar} BuildRequires: c-ares-devel BuildRequires: gnutls-devel