mirror of
https://github.com/ceph/ceph
synced 2025-01-20 10:01:45 +00:00
Merge pull request #13148 from tchaikov/wip-18692
packaging: install libceph-common.so* not libceph-common.so.* Reviewed-by: Dan Mick <dmick@redhat.com>
This commit is contained in:
commit
24abb20695
@ -1354,7 +1354,7 @@ fi
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/librados.so.*
|
||||
%dir %{_libdir}/ceph
|
||||
%{_libdir}/ceph/libceph-common.so.*
|
||||
%{_libdir}/ceph/libceph-common.so*
|
||||
%if %{with lttng}
|
||||
%{_libdir}/librados_tp.so.*
|
||||
%endif
|
||||
|
2
debian/librados2.install
vendored
2
debian/librados2.install
vendored
@ -1,3 +1,3 @@
|
||||
usr/lib/librados.so.*
|
||||
usr/lib/librados_tp.so.*
|
||||
usr/lib/ceph/libceph-common.so.*
|
||||
usr/lib/ceph/libceph-common.so*
|
||||
|
Loading…
Reference in New Issue
Block a user