diff options
author | Sage Weil <sage@newdream.net> | 2012-02-21 11:12:30 -0800 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2012-02-23 18:48:57 -0800 |
commit | f6e42a8ba8620ba1b8abd3df22027c5a7f783bf9 (patch) | |
tree | a7db8f56d9e4ce1a651f113170fa3c3292bfb208 | |
parent | 730b9ee0dcde2fe4d35663a5f23743967f879060 (diff) | |
download | ceph-f6e42a8ba8620ba1b8abd3df22027c5a7f783bf9.tar.gz |
ceph.spec.in: add ceph-dencoder
Signed-off-by: Sage Weil <sage@newdream.net>
-rw-r--r-- | ceph.spec.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ceph.spec.in b/ceph.spec.in index 58c3af7d13e..b8b2d1fd227 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -306,6 +306,7 @@ fi %{_bindir}/ceph-mds %{_bindir}/ceph-osd %{_bindir}/ceph-rbdnamer +%{_bindir}/ceph-dencoder %{_bindir}/librados-config %{_bindir}/rados %{_bindir}/rbd @@ -329,6 +330,7 @@ fi %{_mandir}/man8/mkcephfs.8* %{_mandir}/man8/ceph-run.8* %{_mandir}/man8/ceph-syn.8* +%{_mandir}/man8/ceph-dencoder.8* %{_mandir}/man8/crushtool.8* %{_mandir}/man8/osdmaptool.8* %{_mandir}/man8/monmaptool.8* |