From: Owen Synge Date: Mon, 8 Jun 2015 20:16:06 +0000 (+0200) Subject: Bug fix for man file packaging. X-Git-Tag: v9.0.3~176^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=18ba022617992f527fc8790101b3fd729f71dd64;p=ceph.git Bug fix for man file packaging. 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 --- diff --git a/ceph.spec.in b/ceph.spec.in index 312cf97bd47d..aa91bef4e38c 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -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 \