diff options
author | Danny Al-Gaaf <danny.al-gaaf@bisect.de> | 2013-02-14 15:27:00 +0100 |
---|---|---|
committer | Danny Al-Gaaf <danny.al-gaaf@bisect.de> | 2013-02-14 15:27:00 +0100 |
commit | 01f82b842b59c9d3cd712aeb418f34d44f4b008a (patch) | |
tree | fe6dfbf882fe6f70c31523f5b1e672fd83e78f60 /ceph.spec.in | |
parent | 9952f2dd509b436a3cf16984e5d5639cbfb998a3 (diff) | |
download | ceph-01f82b842b59c9d3cd712aeb418f34d44f4b008a.tar.gz |
ceph.spec.in: remove librados2 requirement from librbd1
Remove librados2 requirement from librbd1. The RPM build system
will find the dependency by itself.
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Diffstat (limited to 'ceph.spec.in')
-rw-r--r-- | ceph.spec.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ceph.spec.in b/ceph.spec.in index 320c144e299..e63701dc597 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -144,7 +144,6 @@ store using a simple file-like interface. Summary: RADOS block device client library Group: System Environment/Libraries License: LGPL-2.0 -Requires: librados2 = %{version}-%{release} %description -n librbd1 RBD is a block device striped across multiple distributed objects in RADOS, a reliable, autonomic distributed object storage cluster |