From 53a01d3d02fd9ef263ecd03bda342b6fbb9afef2 Mon Sep 17 00:00:00 2001 From: John Spray Date: Fri, 15 Jul 2016 17:13:14 +0100 Subject: [PATCH] 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 --- packages/packages.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/packages.yaml b/packages/packages.yaml index f20d0df5452e8..bd57cbfc203e0 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 -- 2.47.3