Skip to content

Commit

Permalink
Merge PR ceph#30975 into master
Browse files Browse the repository at this point in the history
* refs/pull/30975/head:
	rpm: make librados2, libcephfs2 own (create) /etc/ceph

Reviewed-by: Kefu Chai <[email protected]>
  • Loading branch information
liewegas committed Oct 22, 2019
2 parents 89dc3c1 + 15bfb81 commit 095f04f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ceph.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -2077,6 +2077,7 @@ fi
%if %{with lttng}
%{_libdir}/librados_tp.so.*
%endif
%dir %{_sysconfdir}/ceph

%post -n librados2 -p /sbin/ldconfig

Expand Down Expand Up @@ -2195,6 +2196,7 @@ fi

%files -n libcephfs2
%{_libdir}/libcephfs.so.*
%dir %{_sysconfdir}/ceph

%post -n libcephfs2 -p /sbin/ldconfig

Expand Down

0 comments on commit 095f04f

Please sign in to comment.