summaryrefslogtreecommitdiff
path: root/ceph.spec.in
diff options
context:
space:
mode:
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>2013-02-28 14:16:26 +0100
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>2013-02-28 14:16:26 +0100
commit5c3f5c5b69a9edc99138d4f1ddb016689303dc28 (patch)
tree76a581e894ab922865b99117151aa24557453f9d /ceph.spec.in
parentcaa0af25192704ee7743097df0c441bd26b9314c (diff)
downloadceph-5c3f5c5b69a9edc99138d4f1ddb016689303dc28.tar.gz
ceph.spec.in: add new Requires from ceph-disk-prepare
Added new Requires from ceph-disk-prepare: cryptsetup, gptfdisk, parted and util-linux. Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Diffstat (limited to 'ceph.spec.in')
-rw-r--r--ceph.spec.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/ceph.spec.in b/ceph.spec.in
index 6275a7abc09..ad7284af485 100644
--- a/ceph.spec.in
+++ b/ceph.spec.in
@@ -25,6 +25,10 @@ Requires: librbd1 = %{version}-%{release}
Requires: librados2 = %{version}-%{release}
Requires: libcephfs1 = %{version}-%{release}
Requires: python
+Requires: cryptsetup
+Requires: gptfdisk
+Requires: parted
+Requires: util-linux
Requires(post): binutils
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gcc-c++