Move libcephfs_jni.so to the ceph-devel package since so-files they shouldn't be part of the library package. Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@xxxxxxxxx> --- ceph.spec.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ceph.spec.in b/ceph.spec.in index 38aef98..67a4915 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -414,6 +414,7 @@ fi %{_libdir}/libcephfs.so %{_libdir}/librbd.so %{_libdir}/librados.so +/usr/lib/jni/libcephfs_jni.so ################################################################################# %files radosgw @@ -561,7 +562,7 @@ fi %files -n libcephfs_jni1 %defattr(-,root,root,-) -/usr/lib/jni/libcephfs_jni.so* +/usr/lib/jni/libcephfs_jni.so.* %files -n cephfs-java %defattr(-,root,root,-) -- 1.8.1.1 -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html