From 8465b64e65881a9b1c627dcc37351de4779f102f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Mon, 14 Oct 2019 13:12:35 +0000 Subject: [PATCH] Fix manual_pages to work with flatpak-module Compressed manual pages have known issue with flatpak-module, this commit will fix this issue. See https://docs.fedoraproject.org/en-US/flatpak/troubleshooting/#_uncompressed_manual_pages for more information. --- ykpers.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ykpers.spec b/ykpers.spec index 9ad0536..fb3dbaf 100644 --- a/ykpers.spec +++ b/ykpers.spec @@ -60,9 +60,9 @@ make check %{_bindir}/ykchalresp %{_libdir}/libykpers-1.so.1 %{_libdir}/libykpers-1.so.%{version} -%{_mandir}/man1/ykpersonalize.1.gz -%{_mandir}/man1/ykchalresp.1.gz -%{_mandir}/man1/ykinfo.1.gz +%{_mandir}/man1/ykpersonalize.1* +%{_mandir}/man1/ykchalresp.1* +%{_mandir}/man1/ykinfo.1* %{_udevrulesdir}/69-yubikey.rules %files devel