From 1f8fe709b6aae60a39f629ed328586b16a4d9a53 Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Thu, 11 Jul 2013 16:21:55 -0700 Subject: [PATCH] ceph-rest-api: Missing packaging (binary in .spec, manpage in both) Signed-off-by: Dan Mick --- ceph.spec.in | 2 ++ debian/ceph-common.install | 1 + man/Makefile.am | 1 + 3 files changed, 4 insertions(+) diff --git a/ceph.spec.in b/ceph.spec.in index b8578d83c8a53..e3adda6c1f51d 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -378,6 +378,7 @@ fi %{_bindir}/ceph-osd %{_bindir}/ceph-rbdnamer %{_bindir}/ceph-dencoder +%{_bindir}/ceph-rest-api %{_bindir}/librados-config %{_bindir}/rados %{_bindir}/rbd @@ -423,6 +424,7 @@ fi %{_mandir}/man8/ceph-run.8* %{_mandir}/man8/ceph-syn.8* %{_mandir}/man8/ceph-dencoder.8* +%{_mandir}/man8/ceph-rest-api.8* %{_mandir}/man8/crushtool.8* %{_mandir}/man8/osdmaptool.8* %{_mandir}/man8/monmaptool.8* diff --git a/debian/ceph-common.install b/debian/ceph-common.install index 9c309ab7a1c63..6c8af7c74b2f4 100644 --- a/debian/ceph-common.install +++ b/debian/ceph-common.install @@ -11,6 +11,7 @@ usr/bin/rbd usr/share/man/man8/ceph-authtool.8 usr/share/man/man8/ceph-conf.8 usr/share/man/man8/ceph-dencoder.8 +usr/share/man/man8/ceph-rest-api.8 usr/share/man/man8/ceph-syn.8 usr/share/man/man8/ceph.8 usr/share/man/man8/rados.8 diff --git a/man/Makefile.am b/man/Makefile.am index 3b3bc4303cfc9..5096022ab4617 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -24,5 +24,6 @@ dist_man_MANS = \ ceph-debugpack.8 \ cephfs.8 \ ceph-dencoder.8 \ + ceph-rest-api.8 \ ceph-rbdnamer.8 \ rbd-fuse.8