From: Sage Weil Date: Wed, 16 Oct 2013 20:59:00 +0000 (-0700) Subject: debian, specfile: fix ceph-kvstore-tool packaging X-Git-Tag: v0.71~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=14e91bf1246eed944adf8bbad627c030654da142;p=ceph.git debian, specfile: fix ceph-kvstore-tool packaging See da69fa09c8274585225471c68c1acc788a3881f4 Signed-off-by: Sage Weil --- diff --git a/ceph.spec.in b/ceph.spec.in index a60d87ad8147..3cee74b3d128 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -671,12 +671,12 @@ fi %{_bindir}/ceph_test_rados_watch_notify %{_bindir}/ceph_test_signal_handlers %{_bindir}/ceph_test_snap_mapper -%{_bindir}/ceph_test_store_tool %{_bindir}/ceph_test_timers %{_bindir}/ceph_tpbench %{_bindir}/ceph_xattr_bench %{_bindir}/ceph-monstore-tool %{_bindir}/ceph-osdomap-tool +%{_bindir}/ceph-kvstore-tool %files -n libcephfs_jni1 %defattr(-,root,root,-) diff --git a/debian/ceph-test.install b/debian/ceph-test.install index c5a5e0a97743..237a05850be9 100644 --- a/debian/ceph-test.install +++ b/debian/ceph-test.install @@ -67,7 +67,6 @@ usr/bin/ceph_test_rados_watch_notify usr/bin/ceph_test_rewrite_latency usr/bin/ceph_test_signal_handlers usr/bin/ceph_test_snap_mapper -usr/bin/ceph_test_store_tool usr/bin/ceph_test_stress_watch usr/bin/ceph_test_timers usr/bin/ceph_test_trans @@ -75,4 +74,5 @@ usr/bin/ceph_tpbench usr/bin/ceph_xattr_bench usr/bin/ceph-monstore-tool usr/bin/ceph-osdomap-tool +usr/bin/ceph-kvstore-tool usr/share/java/libcephfs-test.jar