diff options
author | Sage Weil <sage@newdream.net> | 2013-02-25 08:52:26 -0800 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2013-02-25 08:52:26 -0800 |
commit | d1724bfe00822eb846250ed34cc22919ed1c9bb0 (patch) | |
tree | 4b1eb93fd9c08ec8fc33ad4e499b3a1953b51112 | |
parent | 3fdf4393493732f77bbd6e35c1ffbd4ee7eb6648 (diff) | |
parent | cf167a1f305dfb82ee86243cb97db6f325c4b6e8 (diff) | |
download | ceph-d1724bfe00822eb846250ed34cc22919ed1c9bb0.tar.gz |
Merge pull request #70 from dalgaaf/wip-da-fix-spec
Add missing files to spec and debian files
Reviewed-by: Sage Weil <sage@inktank.com>
-rw-r--r-- | ceph.spec.in | 3 | ||||
-rw-r--r-- | debian/ceph-test.install | 1 | ||||
-rw-r--r-- | debian/ceph.install | 1 | ||||
-rw-r--r-- | debian/librados-dev.install | 1 |
4 files changed, 6 insertions, 0 deletions
diff --git a/ceph.spec.in b/ceph.spec.in index 4724dbb9e95..a260d32e0f7 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -345,6 +345,7 @@ fi %{_bindir}/rbd %{_bindir}/ceph-debugpack %{_bindir}/ceph-coverage +%{_bindir}/ceph_mon_store_converter %{_initrddir}/ceph /sbin/mkcephfs /sbin/mount.ceph @@ -417,6 +418,7 @@ fi %{_includedir}/rados/buffer.h %{_includedir}/rados/page.h %{_includedir}/rados/crc32c.h +%{_includedir}/rados/rados_types.h %dir %{_includedir}/rbd %{_includedir}/rbd/librbd.h %{_includedir}/rbd/librbd.hpp @@ -570,6 +572,7 @@ fi %{_bindir}/ceph_test_rados_open_pools_parallel %{_bindir}/ceph_test_rados_watch_notify %{_bindir}/ceph_test_signal_handlers +%{_bindir}/ceph_test_store_tool %{_bindir}/ceph_test_timers %{_bindir}/ceph_tpbench %{_bindir}/ceph_xattr_bench diff --git a/debian/ceph-test.install b/debian/ceph-test.install index 1aba361ee9a..63cb379e156 100644 --- a/debian/ceph-test.install +++ b/debian/ceph-test.install @@ -56,6 +56,7 @@ usr/bin/ceph_test_rados_list_parallel usr/bin/ceph_test_rados_open_pools_parallel usr/bin/ceph_test_rados_watch_notify usr/bin/ceph_test_signal_handlers +usr/bin/ceph_test_store_tool usr/bin/ceph_test_timers usr/bin/ceph_tpbench usr/bin/ceph_xattr_bench diff --git a/debian/ceph.install b/debian/ceph.install index fb70d9b9380..b942679fd73 100644 --- a/debian/ceph.install +++ b/debian/ceph.install @@ -6,6 +6,7 @@ usr/bin/ceph-run usr/bin/ceph-mon usr/bin/ceph-osd usr/bin/ceph-debugpack +usr/bin/ceph_mon_store_converter sbin/ceph-disk-prepare usr/sbin/ sbin/ceph-disk-activate usr/sbin/ sbin/ceph-create-keys usr/sbin/ diff --git a/debian/librados-dev.install b/debian/librados-dev.install index ecc29c7cf36..876382b0a3c 100644 --- a/debian/librados-dev.install +++ b/debian/librados-dev.install @@ -6,5 +6,6 @@ usr/include/rados/librados.hpp usr/include/rados/buffer.h usr/include/rados/page.h usr/include/rados/crc32c.h +usr/include/rados/rados_types.h usr/bin/librados-config usr/share/man/man8/librados-config.8 |