]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rpm: add missing % in %dir directive
authorNathan Cutler <ncutler@suse.com>
Mon, 5 Apr 2021 15:21:22 +0000 (17:21 +0200)
committerKefu Chai <tchaikov@gmail.com>
Thu, 1 Sep 2022 17:08:25 +0000 (01:08 +0800)
commit5cecde0ea61a8c72a530b07551a917e325009dcd
tree1915f4b0ec38a62c0e3a8acedfaf141a8909a922
parent4a0db83692254316333d84e8065cf81f4affdb59
rpm: add missing % in %dir directive

de6c8250a6d91403e6d334aeb901bf9720ba40eb added an explicit %dir directive for
a new directory added to the ceph-common package, but -- due to a typo --
neglected to include the "%". As a result, RPM builds started to fail with:

Processing files: ceph-common-17.0.0-2787.gde6c8250.el8.x86_64
error: File must begin with "/": {_libdir}/ceph/denc/

RPM build errors:
    File must begin with "/": {_libdir}/ceph/denc/

Fixes: de6c8250a6d91403e6d334aeb901bf9720ba40eb
Signed-off-by: Nathan Cutler <ncutler@suse.com>
(cherry picked from commit 404f8b2ce268917c9ce04fa06aaccff4816ad8d6)
ceph.spec.in