diff options
author | Erik Logtenberg <erik@logtenberg.eu> | 2013-08-01 13:29:45 +0200 |
---|---|---|
committer | Danny Al-Gaaf <danny.al-gaaf@bisect.de> | 2013-08-01 15:00:19 +0200 |
commit | 17b460c55f92a6499708d7b205bf533ef83e6b10 (patch) | |
tree | 988e16453527753b8eab380d6d61175cf9be4394 | |
parent | bbd558ada5e99d0aeb7bd8d850cbb4218643eb97 (diff) | |
download | ceph-17b460c55f92a6499708d7b205bf533ef83e6b10.tar.gz |
ceph.spec.in: add missing buildrequires for Fedora
This patch adds two buildrequires to the ceph.spec file, that are needed
to build the rpms under Fedora. Danny Al-Gaaf commented that the
snappy-devel dependency should actually be added to the leveldb-devel
package. I will try to get that fixed too, in the mean time, this patch
does make sure Ceph builds on Fedora.
Signed-off-by: Erik Logtenberg <erik@logtenberg.eu>
-rw-r--r-- | ceph.spec.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ceph.spec.in b/ceph.spec.in index 696d9ad3332..9cff9f1e51a 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -42,6 +42,8 @@ BuildRequires: libcurl-devel BuildRequires: libxml2-devel BuildRequires: libuuid-devel BuildRequires: leveldb-devel > 1.2 +BuildRequires: snappy-devel +BuildRequires: junit ################################################################################# # specific |