From a2c8448173c804c39f1602472bc2ae0e7f1accc2 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Tue, 10 Apr 2018 11:18:37 -0400 Subject: [PATCH] rpm: add build dependency for lz4 Signed-off-by: Casey Bodley --- ceph.spec.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ceph.spec.in b/ceph.spec.in index d4f4268ec4bdf..92007b39810d7 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} -- 2.39.5