From 56fc3cfce4f35b1ebea2c7d3e7540edd36b26ca1 Mon Sep 17 00:00:00 2001 From: Jan Beran Date: Aug 13 2019 07:10:01 +0000 Subject: Avoid using compression format in man page globs The recommendation in the Fedora packaging guidelines is to have: %{_mandir}/man1/.1* which is more robust against future changes to the RPM scripts to use different compression. Link here: https://docs.fedoraproject.org/en-US/packaging-guidelines/#_manpages --- diff --git a/telepathy-idle.spec b/telepathy-idle.spec index d9c25f8..574b041 100644 --- a/telepathy-idle.spec +++ b/telepathy-idle.spec @@ -6,7 +6,7 @@ Name: telepathy-idle Version: 0.2.0 -Release: 13%{?dist} +Release: 14%{?dist} Summary: IRC connection manager for Telepathy License: LGPLv2+ @@ -58,10 +58,13 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_libexecdir}/%{name} %{_datadir}/dbus-1/services/*.service %{_datadir}/telepathy/managers/*.manager -%{_mandir}/man8/%{name}.8.gz +%{_mandir}/man8/%{name}.8* %changelog +* Tue Aug 13 2019 Jan Beran - 0.2.0-14 +- Avoid using compression format when listing manpages + * Sat Jul 27 2019 Fedora Release Engineering - 0.2.0-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild