diff options
author | Danny Al-Gaaf <danny.al-gaaf@bisect.de> | 2013-02-25 15:34:17 +0100 |
---|---|---|
committer | Danny Al-Gaaf <danny.al-gaaf@bisect.de> | 2013-02-25 15:34:17 +0100 |
commit | 4b77deb477550416b06192d7f36f8dc0100862a1 (patch) | |
tree | ec44393af01ac261105e329324dfe64305e863c1 | |
parent | 9217c4ac6856efd9dc3435244d95eee32edfd443 (diff) | |
download | ceph-4b77deb477550416b06192d7f36f8dc0100862a1.tar.gz |
ceph.spec.in: add new files
Add new files to spec file since they get installed.
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
-rw-r--r-- | ceph.spec.in | 3 |
1 files changed, 3 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 |