]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rpm: add build dependency for lz4
authorCasey Bodley <cbodley@redhat.com>
Tue, 10 Apr 2018 15:18:37 +0000 (11:18 -0400)
committerCasey Bodley <cbodley@redhat.com>
Thu, 12 Apr 2018 13:35:40 +0000 (09:35 -0400)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
ceph.spec.in

index d4f4268ec4bdfa20ad16abd7748274fadc25d028..92007b39810d76ca6751a4a7f1cd36341b9b68b1 100644 (file)
@@ -190,6 +190,7 @@ BuildRequires:      python%{_python_buildid}-Cython
 BuildRequires: python%{_python_buildid}-PrettyTable
 BuildRequires: python%{_python_buildid}-Sphinx
 BuildRequires:  rdma-core-devel
+BuildRequires: liblz4-devel >= 1.7
 %endif
 %if 0%{?fedora} || 0%{?rhel}
 Requires:      systemd
@@ -205,6 +206,7 @@ BuildRequires:  redhat-lsb-core
 BuildRequires: Cython%{_python_buildid}
 BuildRequires: python%{_python_buildid}-prettytable
 BuildRequires: python%{_python_buildid}-sphinx
+BuildRequires: lz4-devel >= 1.7
 %endif
 # python34-... for RHEL, python3-... for all other supported distros
 %if 0%{?rhel}