From 0cc6257376055fa062ad8039f7e8e26c5d268950 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Mon, 14 Oct 2019 10:51:54 +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. --- libyubikey.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libyubikey.spec b/libyubikey.spec index 5d77500..68791de 100644 --- a/libyubikey.spec +++ b/libyubikey.spec @@ -47,9 +47,9 @@ make check %{_bindir}/ykgenerate %{_libdir}/libyubikey.so.0 %{_libdir}/libyubikey.so.0.1.7 -%{_mandir}/man1/ykgenerate.1.gz -%{_mandir}/man1/ykparse.1.gz -%{_mandir}/man1/modhex.1.gz +%{_mandir}/man1/ykgenerate.1* +%{_mandir}/man1/ykparse.1* +%{_mandir}/man1/modhex.1* %files devel %{_includedir}/yubikey.h