Skip to content

Commit

Permalink
rpm: make ceph-common own the new denc directory
Browse files Browse the repository at this point in the history
2d3c656 introduced a new library directory
"%{_libdir}/ceph/denc/" in ceph-common but did not explicitly state that it
should be owned by the package. This caused OBS builds to fail as follows:

[ 5515s] ceph-common-17.0.0-2786.1.x86_64.rpm: directories not owned by a package:
[ 5515s]  - /usr/lib64/ceph/denc

Fixes: 2d3c656
Signed-off-by: Nathan Cutler <[email protected]>
  • Loading branch information
smithfarm committed Apr 4, 2021
1 parent 7fb0569 commit de6c825
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ceph.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -1591,6 +1591,7 @@ exit 0
%{_bindir}/rbd-replay-prep
%endif
%{_bindir}/ceph-post-file
%dir {_libdir}/ceph/denc/
%{_libdir}/ceph/denc/denc-mod-*.so
%{_tmpfilesdir}/ceph-common.conf
%{_mandir}/man8/ceph-authtool.8*
Expand Down

0 comments on commit de6c825

Please sign in to comment.