]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-rbdnamer: include in dist tarball and debs/rpms
authorSage Weil <sage@newdream.net>
Wed, 11 Apr 2012 17:46:43 +0000 (10:46 -0700)
committerSage Weil <sage@newdream.net>
Wed, 11 Apr 2012 18:42:55 +0000 (11:42 -0700)
Signed-off-by: Sage Weil <sage@newdream.net>
ceph.spec.in
debian/librbd1.install
man/Makefile.am

index e5df113bf67a5f9d51bb57ea6176ea485ecc7515..1271b5b03e2f3d840410e4befb575b56dbb10e42 100644 (file)
@@ -341,6 +341,7 @@ fi
 %{_mandir}/man8/mount.ceph.8*
 %{_mandir}/man8/rados.8*
 %{_mandir}/man8/rbd.8*
+%{_mandir}/man8/ceph-rbdnamer.8*
 %{_mandir}/man8/ceph-authtool.8*
 %{_mandir}/man8/ceph-debugpack.8*
 %{_mandir}/man8/ceph-clsinfo.8.gz
index 353336e78399f3d43e789e76ac0cdb42823f09ce..a99fd689ec544493fff25c50568fbf6dbf692cc3 100644 (file)
@@ -1,3 +1,4 @@
 usr/lib/librbd.so.*
 usr/bin/ceph-rbdnamer
+usr/share/man/man8/ceph-rbdnamer.8
 lib/udev/rules.d/50-rbd.rules
index 81606ff24b79153c2b94d31ba70b6993d02ef9b1..a4f710f7d94ba09bd07ad8312d3c5d85aea706d6 100644 (file)
@@ -23,4 +23,5 @@ dist_man_MANS = \
        ceph-clsinfo.8 \
        ceph-debugpack.8 \
        cephfs.8 \
-       ceph-dencoder.8
+       ceph-dencoder.8 \
+       ceph-rbdnamer.8