From: Nathan Cutler Date: Tue, 22 Oct 2019 08:52:45 +0000 (+0200) Subject: rpm: make librados2, libcephfs2 own (create) /etc/ceph X-Git-Tag: v15.1.0~1199^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=15bfb819ffcb3ad23185fad58eeb4d94cdb4b995;p=ceph-ci.git rpm: make librados2, libcephfs2 own (create) /etc/ceph Fixes: https://tracker.ceph.com/issues/42352 Signed-off-by: Nathan Cutler --- diff --git a/ceph.spec.in b/ceph.spec.in index 83b6d893297..4e2ddcc8794 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -2077,6 +2077,7 @@ fi %if %{with lttng} %{_libdir}/librados_tp.so.* %endif +%dir %{_sysconfdir}/ceph %post -n librados2 -p /sbin/ldconfig @@ -2195,6 +2196,7 @@ fi %files -n libcephfs2 %{_libdir}/libcephfs.so.* +%dir %{_sysconfdir}/ceph %post -n libcephfs2 -p /sbin/ldconfig