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=refs%2Fpull%2F3482%2Fhead;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 8f5955423dad..98f2a80ae226 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