From: Nathan Cutler Date: Fri, 26 Jul 2019 11:06:59 +0000 (+0200) Subject: rpm: put librgw lttng SOs in the librgw-devel package X-Git-Tag: v15.1.0~1981^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7929af71d98f8486cd25e0bc801432efac5fdbb0;p=ceph.git rpm: put librgw lttng SOs in the librgw-devel package Shared objects belong in the devel package. Fixes: http://tracker.ceph.com/issues/40975 Signed-off-by: Nathan Cutler --- diff --git a/ceph.spec.in b/ceph.spec.in index 85e5b0a4047a..1fefe26c89bf 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -2061,8 +2061,8 @@ fi %{_libdir}/librgw.so.* %{_libdir}/librgw_admin_user.so.* %if %{with lttng} -%{_libdir}/librgw_op_tp.so* -%{_libdir}/librgw_rados_tp.so* +%{_libdir}/librgw_op_tp.so.* +%{_libdir}/librgw_rados_tp.so.* %endif %post -n librgw2 -p /sbin/ldconfig @@ -2076,6 +2076,10 @@ fi %{_includedir}/rados/rgw_file.h %{_libdir}/librgw.so %{_libdir}/librgw_admin_user.so +%if %{with lttng} +%{_libdir}/librgw_op_tp.so +%{_libdir}/librgw_rados_tp.so +%endif %if 0%{with python2} %files -n python-rgw