From 5938d55e8cf8bfefc413c100c9cfef0beae334a4 Mon Sep 17 00:00:00 2001 From: Jason Dillaman Date: Wed, 20 May 2020 17:02:54 -0400 Subject: [PATCH] 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 --- ceph.spec.in | 2 ++ debian/librbd1.install | 1 + 2 files changed, 3 insertions(+) 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/* -- 2.47.3