From: Jason Dillaman Date: Wed, 20 May 2020 21:02:54 +0000 (-0400) Subject: rpm,deb: package librbd parent cache plugin with librbd X-Git-Tag: v16.1.0~2269^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5938d55e8cf8bfefc413c100c9cfef0beae334a4;p=ceph.git rpm,deb: package librbd parent cache plugin with librbd The librbd parent cache is an initial testbed for librbd plugin support. The shared library will be packaged with librbd for the time being. Signed-off-by: Jason Dillaman --- diff --git a/ceph.spec.in b/ceph.spec.in index 74f32bb865c3..eda4c6a8da7e 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -2128,6 +2128,8 @@ fi %if %{with lttng} %{_libdir}/librbd_tp.so.* %endif +%dir %{_libdir}/ceph/librbd +%{_libdir}/ceph/librbd/libceph_*.so* %post -n librbd1 -p /sbin/ldconfig diff --git a/debian/librbd1.install b/debian/librbd1.install index 047953801620..8c9fc46a2ca5 100644 --- a/debian/librbd1.install +++ b/debian/librbd1.install @@ -1,2 +1,3 @@ usr/lib/librbd.so.* usr/lib/librbd_tp.so.* +usr/lib/ceph/librbd/*