All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Mueller <thomas@chaschperli.ch>
To: ceph-devel@vger.kernel.org
Cc: Thomas Mueller <thomas@chaschperli.ch>
Subject: [PATCH] ceph.spec.in: move mount utils to dedicated package
Date: Fri, 30 Jul 2010 10:01:06 +0200	[thread overview]
Message-ID: <1280476866-16838-1-git-send-email-thomas@chaschperli.ch> (raw)

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


                 reply	other threads:[~2010-07-30  8:01 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1280476866-16838-1-git-send-email-thomas@chaschperli.ch \
    --to=thomas@chaschperli.ch \
    --cc=ceph-devel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.