#1 Fix manual_pages to work with flatpak-module
Merged 4 years ago by wzzrd. Opened 4 years ago by zlopez.
rpms/ zlopez/libyubikey flatpak_fix  into  master

file modified
+3 -3
@@ -47,9 +47,9 @@ 

  %{_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

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.

I began to work on keepassxc flatpak and libyubikey is one of the dependencies.

Because Fedora flatpaks are using F30 runtime, could this be also backported to F30 branch?

Could somebody review this please?

Pull-Request has been merged by wzzrd

4 years ago
Metadata