diff options
author | Danny Al-Gaaf <danny.al-gaaf@bisect.de> | 2013-02-27 14:39:13 +0100 |
---|---|---|
committer | Danny Al-Gaaf <danny.al-gaaf@bisect.de> | 2013-02-27 14:39:13 +0100 |
commit | f811f727958b5bec6c8609b6f162a49ccc7fda01 (patch) | |
tree | a3636b973e30f8037ee46224e31e2fe24f591162 /ceph.spec.in | |
parent | 37d148ba914876336b35823d3ba08daec81f8124 (diff) | |
download | ceph-f811f727958b5bec6c8609b6f162a49ccc7fda01.tar.gz |
ceph.spec.in: fix leveldb handling
There is no need to add leveldb as 'Requires:'. The RPM build system
will find this dependency by itself.
Add leveldb-devel to BuildRequires: since this is what the package
really needs to build ceph correctly with libleveldb1.
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Diffstat (limited to 'ceph.spec.in')
-rw-r--r-- | ceph.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ceph.spec.in b/ceph.spec.in index da05b44e234..6275a7abc09 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -25,7 +25,6 @@ Requires: librbd1 = %{version}-%{release} Requires: librados2 = %{version}-%{release} Requires: libcephfs1 = %{version}-%{release} Requires: python -Requires: leveldb > 1.2 Requires(post): binutils BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gcc-c++ @@ -40,6 +39,7 @@ BuildRequires: libaio-devel BuildRequires: libcurl-devel BuildRequires: libxml2-devel BuildRequires: libuuid-devel +BuildRequires: leveldb-devel > 1.2 ################################################################################# # specific |