ceph-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ceph.spec.in: move mount utils to dedicated package
@ 2010-07-30  8:01 Thomas Mueller
  0 siblings, 0 replies; only message in thread
From: Thomas Mueller @ 2010-07-30  8:01 UTC (permalink / raw)
  To: ceph-devel; +Cc: Thomas Mueller

on a client the server-side is IMHO not needed. Move the mount util
to a dedicated package.

Signed-off-by: Thomas Mueller <thomas@chaschperli.ch>
---
 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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-07-30  8:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-30  8:01 [PATCH] ceph.spec.in: move mount utils to dedicated package Thomas Mueller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).