From: John Spray Date: Fri, 15 Jul 2016 16:13:14 +0000 (+0100) Subject: task/packages: install libcephfs-dev X-Git-Tag: v11.1.1~58^2^2~132^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=53a01d3d02fd9ef263ecd03bda342b6fbb9afef2;p=ceph.git task/packages: install libcephfs-dev The way we currently build the cephfs java bindings depends on the unversioned .so file which is in the -dev package, not the main one. Fixes: http://tracker.ceph.com/issues/16640 Signed-off-by: John Spray --- diff --git a/packages/packages.yaml b/packages/packages.yaml index f20d0df5452e..bd57cbfc203e 100644 --- a/packages/packages.yaml +++ b/packages/packages.yaml @@ -9,6 +9,7 @@ ceph: - radosgw - python-ceph - libcephfs1 + - libcephfs-dev - libcephfs-java - libcephfs-jni - librados2 @@ -37,6 +38,7 @@ ceph: - cephfs-java - libcephfs_jni1 - libcephfs1 + - libcephfs1-devel - librados2 - librbd1 - python-rados