From 2f91f077baef2e982bc60c623c957b72d75e586f Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mar 31 2021 10:35:40 +0000 Subject: Avoid hardcoding man page compression --- diff --git a/dconf.spec b/dconf.spec index 8196b5a..7c6bab6 100644 --- a/dconf.spec +++ b/dconf.spec @@ -2,7 +2,7 @@ Name: dconf Version: 0.40.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A configuration system License: LGPLv2+ and GPLv2+ and GPLv3+ @@ -88,9 +88,9 @@ dconf update %{_bindir}/dconf %{_libdir}/libdconf.so.1* %{_datadir}/bash-completion/completions/dconf -%{_mandir}/man1/dconf-service.1.gz -%{_mandir}/man1/dconf.1.gz -%{_mandir}/man7/dconf.7.gz +%{_mandir}/man1/dconf-service.1* +%{_mandir}/man1/dconf.1* +%{_mandir}/man7/dconf.7* %{_userunitdir}/dconf.service %files devel @@ -103,6 +103,9 @@ dconf update %{_datadir}/vala %changelog +* Wed Mar 31 2021 Kalev Lember - 0.40.0-2 +- Avoid hardcoding man page compression + * Mon Mar 15 2021 Kalev Lember - 0.40.0-1 - Update to 0.40.0