summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Lowell <gary.lowell@inktank.com>2013-05-03 12:45:24 -0700
committerGary Lowell <gary.lowell@inktank.com>2013-05-03 12:45:24 -0700
commit6dbdcf5a210febb5e0dd585e0e599ac807642210 (patch)
tree1abc554bf9a6f625266a503ca2c1db7b8d1dbc8c
parent05af17e697eb95b2a807d9c05cde39106c5ecee9 (diff)
downloadceph-6dbdcf5a210febb5e0dd585e0e599ac807642210.tar.gz
ceph.spec.in: Fix platform dependecies
Picked up an incorrect dependency merging the rbd udev rules update. Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
-rw-r--r--ceph.spec.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/ceph.spec.in b/ceph.spec.in
index 5808b109ffc..2a6d170cfac 100644
--- a/ceph.spec.in
+++ b/ceph.spec.in
@@ -24,11 +24,6 @@ Source0: http://ceph.com/download/%{name}-%{version}.tar.bz2
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++