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: v17.0.0~2301^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F35158%2Fhead;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 74f32bb865c3c..eda4c6a8da7ee 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 0479538016208..8c9fc46a2ca57 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/*