diff options
author | Yunchuan Wen <yunchuan.wen@kylin-cloud.com> | 2015-11-13 10:31:00 +0100 |
---|---|---|
committer | Yunchuan Wen <yunchuan.wen@kylin-cloud.com> | 2015-11-21 16:26:44 +0100 |
commit | 7bbd54a1e6302a1daa671edf6c47309105371737 (patch) | |
tree | 90d27fccbffee0ce2ee55be56c87639c39b7d76d /ceph.spec.in | |
parent | add rbd-nbd doc (diff) | |
download | ceph-7bbd54a1e6302a1daa671edf6c47309105371737.tar.xz ceph-7bbd54a1e6302a1daa671edf6c47309105371737.zip |
add rbd-nbd package
Signed-off-by: Yunchuan Wen <yunchuan.wen@kylin-cloud.com>
Diffstat (limited to 'ceph.spec.in')
-rw-r--r-- | ceph.spec.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ceph.spec.in b/ceph.spec.in index 74920d5ee1e..0882ba980aa 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -253,6 +253,15 @@ Requires: librbd1 = %{epoch}:%{version}-%{release} %description -n rbd-fuse FUSE based client to map Ceph rbd images to files +%package -n rbd-nbd +Summary: Ceph RBD client base on NBD +Group: System Environment/Base +Requires: %{name} +Requires: librados2 = %{epoch}:%{version}-%{release} +Requires: librbd1 = %{epoch}:%{version}-%{release} +%description -n rbd-nbd +NBD based client to map Ceph rbd images to local device + %package radosgw Summary: Rados REST gateway Group: Development/Libraries @@ -962,6 +971,12 @@ fi %{_mandir}/man8/rbd-fuse.8* ################################################################################# +%files -n rbd-nbd +%defattr(-,root,root,-) +%{_bindir}/rbd-nbd +%{_mandir}/man8/rbd-nbd.8* + +################################################################################# %files radosgw %defattr(-,root,root,-) %{_bindir}/radosgw |