]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Bug fix for man file packaging.
authorOwen Synge <osynge@suse.com>
Mon, 8 Jun 2015 20:16:06 +0000 (22:16 +0200)
committerOwen Synge <osynge@suse.com>
Tue, 16 Jun 2015 15:49:38 +0000 (17:49 +0200)
explicitly included man pages.

Original fix used %{_mandir}/*/* but this could potentially lead to ambiguity
as ceph rpm spec file contains many man pages for different packages.

Signed-off-by: Owen Synge <osynge@suse.com>
ceph.spec.in

index 312cf97bd47ddc0d1b43b2152af6c192675ca39e..aa91bef4e38c54959bdbfe87295d53edc364cc3b 100644 (file)
@@ -487,6 +487,7 @@ export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed -e 's/i386/i486/'`
                --localstatedir=/var \
                --sysconfdir=/etc \
                --docdir=%{_docdir}/ceph \
+               --mandir="%_mandir" \
                --with-nss \
                --without-cryptopp \
                --with-rest-bench \