When doing a 'make check', 'qa/workunits/ceph-helpers.sh' does expect the 'btrfs'
command to be available. If not, that make many tests failing.
Signed-off-by: Erwan Velu <erwan@redhat.com>
%if 0%{with tcmalloc}
BuildRequires: gperftools-devel
%endif
+%if 0%{with tests}
+BuildRequires: btrfsprogs
+%endif
BuildRequires: mozilla-nss-devel
BuildRequires: keyutils-devel
BuildRequires: libatomic-ops-devel
%if 0%{?_with_systemd}
Requires: systemd
%endif
+%if 0%{with tests}
+BuildRequires: btrfs-progs
+%endif
BuildRequires: nss-devel
BuildRequires: keyutils-libs-devel
BuildRequires: libatomic_ops-devel
Build-Depends: autoconf,
automake,
autotools-dev,
+ btrfs-tools,
cmake,
cpio,
cryptsetup-bin | cryptsetup,