From: Ken Dreyer Date: Fri, 23 Jan 2015 22:08:34 +0000 (-0700) Subject: ceph.spec.in: use wildcards to capture man pages X-Git-Tag: v0.93~196^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9b220bddea24a41daafb79cb8dd926e3d8ca6c5f;p=ceph.git ceph.spec.in: use wildcards to capture man pages Use wildcard to capture gzipped man pages for ceph-clsinfo(8) and librados-config(8). In addition to future-proofing us against possible compression type changes down the road, this also aligns us with the existing convention that's used to capture the rest of the man page files. --- diff --git a/ceph.spec.in b/ceph.spec.in index 8f5955423da..98f2a80ae22 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -515,8 +515,8 @@ fi %{_mandir}/man8/mount.ceph.8* %{_mandir}/man8/ceph-rbdnamer.8* %{_mandir}/man8/ceph-debugpack.8* -%{_mandir}/man8/ceph-clsinfo.8.gz -%{_mandir}/man8/librados-config.8.gz +%{_mandir}/man8/ceph-clsinfo.8* +%{_mandir}/man8/librados-config.8* #set up placeholder directories %dir %{_localstatedir}/lib/ceph/ %dir %{_localstatedir}/lib/ceph/tmp