on a client the server-side is IMHO not needed. Move the mount util to a dedicated package. Signed-off-by: Thomas Mueller <thomas@xxxxxxxxxxxxxx> --- ceph.spec.in | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ceph.spec.in b/ceph.spec.in index a8a5e25..7bcbe9b 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -29,6 +29,12 @@ BuildRequires: fuse-devel %description fuse FUSE based client for Ceph distributed network file system +%package client-tools +Summary: mount utils for kernel client +Group: System Environment/Base +%description +Utils to mount a ceph filesystem with the kernel client. + %package devel Summary: Ceph headers Group: Development/Libraries @@ -119,7 +125,6 @@ fi %{_libdir}/librados.so.* %{_libdir}/rados-classes/libcls_rbd.so.* %{_sbindir}/mkcephfs -/sbin/mount.ceph %{_libdir}/ceph %config(noreplace) %{_sysconfdir}/ceph/sample.ceph.conf %config(noreplace) %{_sysconfdir}/ceph/sample.fetch_config @@ -135,7 +140,6 @@ fi %{_mandir}/man8/monmaptool.8* %{_mandir}/man8/cconf.8* %{_mandir}/man8/ceph.8* -%{_mandir}/man8/mount.ceph.8* %{_mandir}/man8/radosgw.8* %{_mandir}/man8/radosgw_admin.8* %{_mandir}/man8/rados.8* @@ -153,6 +157,12 @@ fi %{_bindir}/cfuse %{_mandir}/man8/cfuse.8* +%files client-tols +%defattr(-,root,root,-) +%doc COPYING +/sbin/mount.ceph +%{_mandir}/man8/mount.ceph.8* + %files devel %defattr(-,root,root,-) %doc COPYING -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html