From 26eba36f4e896b5e5abec23e6642c51ce96488de Mon Sep 17 00:00:00 2001 From: Owen Synge Date: Tue, 16 Jun 2015 22:38:02 +0200 Subject: [PATCH] Bug fix for man file packaging. Always compile and install man pages when making rpm. Signed-off-by: Owen Synge --- ceph.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/ceph.spec.in b/ceph.spec.in index aa91bef4e38c5..f44b4f1e155bb 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 \ -- 2.39.5