From: Casey Bodley Date: Tue, 10 Apr 2018 15:18:37 +0000 (-0400) Subject: rpm: add build dependency for lz4 X-Git-Tag: v13.1.0~287^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a2c8448173c804c39f1602472bc2ae0e7f1accc2;p=ceph.git rpm: add build dependency for lz4 Signed-off-by: Casey Bodley --- diff --git a/ceph.spec.in b/ceph.spec.in index d4f4268ec4bd..92007b39810d 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -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}