From: Owen Synge Date: Tue, 16 Jun 2015 20:38:02 +0000 (+0200) Subject: Bug fix for man file packaging. X-Git-Tag: v9.0.3~176^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F4920%2Fhead;p=ceph.git Bug fix for man file packaging. Always compile and install man pages when making rpm. Signed-off-by: Owen Synge --- diff --git a/ceph.spec.in b/ceph.spec.in index aa91bef4e38c..f44b4f1e155b 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 \ + --with-man-pages \ --mandir="%_mandir" \ --with-nss \ --without-cryptopp \