From b4a441a0ed78bb8d744332ed708304e7467312f4 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Sat, 2 May 2015 17:19:11 +0200 Subject: [PATCH] ceph-detect-init: package for rpm and debian Signed-off-by: Loic Dachary --- ceph.spec.in | 3 +++ debian/ceph.install | 3 +++ 2 files changed, 6 insertions(+) diff --git a/ceph.spec.in b/ceph.spec.in index 7ccd122bbe177..33e3d1c0665fa 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -594,6 +594,7 @@ fi %{_bindir}/ceph-mon %{_bindir}/ceph-mds %{_bindir}/ceph-osd +%{_bindir}/ceph-detect-init %{_bindir}/librados-config %{_bindir}/ceph-client-debug %{_bindir}/cephfs-journal-tool @@ -645,7 +646,9 @@ fi %config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/ceph-mon %config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/ceph-osd-mds %endif +%{python_sitelib}/ceph_detect_init* %{_mandir}/man8/ceph-deploy.8* +%{_mandir}/man8/ceph-detect-init.8* %{_mandir}/man8/ceph-disk.8* %{_mandir}/man8/ceph-mon.8* %{_mandir}/man8/ceph-mds.8* diff --git a/debian/ceph.install b/debian/ceph.install index 0cd2666a96cea..556cc99d9a86e 100644 --- a/debian/ceph.install +++ b/debian/ceph.install @@ -5,6 +5,7 @@ usr/sbin/ceph-create-keys usr/sbin/ceph-disk usr/sbin/ceph-disk-activate usr/sbin/ceph-disk-prepare +usr/bin/ceph-detect-init usr/bin/ceph-clsinfo usr/bin/ceph-debugpack usr/bin/ceph-mon @@ -12,6 +13,7 @@ usr/bin/ceph-osd usr/bin/ceph-run usr/bin/ceph-rest-api usr/lib/python*/dist-packages/ceph_rest_api.py +usr/lib/python*/dist-packages/ceph_detect_init* usr/bin/crushtool usr/bin/monmaptool usr/bin/osdmaptool @@ -24,6 +26,7 @@ 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-deploy.8 +usr/share/man/man8/ceph-detect-init.8 usr/share/man/man8/ceph-disk.8 usr/share/man/man8/ceph-mon.8 usr/share/man/man8/ceph-osd.8 -- 2.39.5