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 <dillaman@redhat.com>
This commit is contained in:
Jason Dillaman 2020-05-20 17:02:54 -04:00
parent 9ec1e4ec50
commit 5938d55e8c
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -1,2 +1,3 @@
usr/lib/librbd.so.*
usr/lib/librbd_tp.so.*
usr/lib/ceph/librbd/*