mirror of
https://github.com/ceph/ceph
synced 2025-01-03 01:22:53 +00:00
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:
parent
9ec1e4ec50
commit
5938d55e8c
@ -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
|
||||
|
||||
|
1
debian/librbd1.install
vendored
1
debian/librbd1.install
vendored
@ -1,2 +1,3 @@
|
||||
usr/lib/librbd.so.*
|
||||
usr/lib/librbd_tp.so.*
|
||||
usr/lib/ceph/librbd/*
|
||||
|
Loading…
Reference in New Issue
Block a user