#2 Avoid including .gz compression in man page globs
Closed 5 years ago by tomh. Opened 5 years ago by feborges.
rpms/ feborges/libgxps avoid-gz-f30  into  f30

file modified
+1 -1
@@ -75,7 +75,7 @@ 

  

  %files tools

  %{_bindir}/xpsto*

- %{_mandir}/man1/xpsto*.1.gz

+ %{_mandir}/man1/xpsto*.1*

  

  

  %changelog

The recommendation in the Fedora packaging guidelines is to have:

%{_mandir}/man1/<command>.1*

which is more robust against future changes to the RPM scripts to
use different compression.


For context: we are building Flatpaks from RPMs, and our infra fails in these errors. By introducing these small changes we introduce no regressions. I am proposing PRs for f29, f30, and master.

https://docs.fedoraproject.org/en-US/flatpak/tutorial/

Pull-Request has been closed by tomh

5 years ago