]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
build/ops: rpm: sane packaging of %{_docdir}/ceph directory 15900/head
authorNathan Cutler <ncutler@suse.com>
Sat, 24 Jun 2017 10:27:37 +0000 (12:27 +0200)
committerNathan Cutler <ncutler@suse.com>
Sat, 24 Jun 2017 12:49:08 +0000 (14:49 +0200)
commit08b81c150096a4fdd4d64f8d08edf98d123e2242
treec2bb1693d0df9b4b641d8bfdcac239d97e3850b4
parent3abb6923845f7bb98e89f4fb2bae142571f02e97
build/ops: rpm: sane packaging of %{_docdir}/ceph directory

91648044163 introduced a build error:

ceph-common-12.1.0+git.1498286248.2fcedc7b3d-1.1.x86_64.rpm: directories not
owned by a package:
 - /usr/share/doc/packages/ceph

The %docdir directive is a way of flagging anything in that directory as being
documentation. It does not actually package the directory. And we don't need
it because we're not dumping a large number of files into this directory.
For more information, see the "Directory-related Directives" section of
http://ftp.rpm.org/max-rpm/s1-rpm-inside-files-list-directives.html

Signed-off-by: Nathan Cutler <ncutler@suse.com>
ceph.spec.in