]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Bug fix for man file packaging. 4920/head
authorOwen Synge <osynge@suse.com>
Tue, 16 Jun 2015 20:38:02 +0000 (22:38 +0200)
committerOwen Synge <osynge@suse.com>
Tue, 16 Jun 2015 20:38:02 +0000 (22:38 +0200)
Always compile and install man pages when making rpm.

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

index aa91bef4e38c54959bdbfe87295d53edc364cc3b..f44b4f1e155bbca283bb424d1aa0e89e4c0c99f7 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 \
+               --with-man-pages \
                --mandir="%_mandir" \
                --with-nss \
                --without-cryptopp \