Avoid including .gz compression in man page globs

The recommendation in the Fedora packaging guidelines is to have:

%{_mandir}/man1/<command>.1*

which is more robust against future changes to the RPM scripts to
use different compression.
This commit is contained in:
Felipe Borges 2019-03-26 13:10:34 +00:00 committed by Tom Hughes
parent f2afe6a627
commit 1f9b4aace1

View File

@ -75,7 +75,7 @@ documents using the %{name} library.
%files tools
%{_bindir}/xpsto*
%{_mandir}/man1/xpsto*.1.gz
%{_mandir}/man1/xpsto*.1*
%changelog