mirror of
https://github.com/ceph/ceph
synced 2025-04-18 13:26:02 +00:00
Merge pull request #24124 from tchaikov/wip-35969
rpm: use updated gperftools Reviewed-by: Brad Hubbard <bhubbard@redhat.com>
This commit is contained in:
commit
184e200110
@ -149,8 +149,13 @@ BuildRequires: gcc-c++
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: gdbm
|
BuildRequires: gdbm
|
||||||
%if 0%{with tcmalloc}
|
%if 0%{with tcmalloc}
|
||||||
|
%if 0%{?fedora} || 0%{?rhel}
|
||||||
|
BuildRequires: gperftools-devel >= 2.6.1
|
||||||
|
%endif
|
||||||
|
%if 0%{?suse_version}
|
||||||
BuildRequires: gperftools-devel >= 2.4
|
BuildRequires: gperftools-devel >= 2.4
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
BuildRequires: jq
|
BuildRequires: jq
|
||||||
BuildRequires: leveldb-devel > 1.2
|
BuildRequires: leveldb-devel > 1.2
|
||||||
BuildRequires: libaio-devel
|
BuildRequires: libaio-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user