From b743a951114b00bbb6e14fb88f1928b504bc0f8b Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Tue, 2 Dec 2014 13:58:10 -0700 Subject: [PATCH] packaging: package ceph-disk(8) The ceph-disk man page was added in a450cab2b8148cb8a9b043d629feccf89e5aabac, but this was not added to the RPM or DEB packaging. Add it here. Signed-off-by: Ken Dreyer --- ceph.spec.in | 1 + debian/ceph.install | 1 + 2 files changed, 2 insertions(+) diff --git a/ceph.spec.in b/ceph.spec.in index 627e485bafa..c5a68c2af20 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -499,6 +499,7 @@ fi %config %{_sysconfdir}/bash_completion.d/ceph %config(noreplace) %{_sysconfdir}/logrotate.d/ceph %config(noreplace) %{_sysconfdir}/logrotate.d/radosgw +%{_mandir}/man8/ceph-disk.8* %{_mandir}/man8/ceph-mon.8* %{_mandir}/man8/ceph-mds.8* %{_mandir}/man8/ceph-osd.8* diff --git a/debian/ceph.install b/debian/ceph.install index 807e11ab456..1055993d807 100644 --- a/debian/ceph.install +++ b/debian/ceph.install @@ -24,6 +24,7 @@ usr/share/doc/ceph/sample.ceph.conf usr/share/doc/ceph/sample.fetch_config usr/share/man/man8/ceph-clsinfo.8 usr/share/man/man8/ceph-debugpack.8 +usr/share/man/man8/ceph-disk.8 usr/share/man/man8/ceph-mon.8 usr/share/man/man8/ceph-osd.8 usr/share/man/man8/ceph-run.8 -- 2.47.3