aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDusty Mabe <dusty@dustymabe.com>2019-09-29 22:58:19 -0400
committerDusty Mabe <dusty@dustymabe.com>2019-10-09 20:41:30 -0400
commit9e1046a7e74fc3c09effe1e9e385cc6808b60b3b (patch)
tree3c955a40e2de3e300757b39c01b846f3f6a58244
parent7c7187495c7e1e29f75061a2bd7225990b085fa0 (diff)
downloadgit-remote-gcrypt-9e1046a7e74fc3c09effe1e9e385cc6808b60b3b.tar.gz
rpm: correct man page entry in files section
Code review comments [1]: - Man pages should not be marked as %doc - man pages extension should be globbed as the compression may change in the future. - the man page should be installed unzipped. The compression will be handled by the rpm build process. - %doc /usr/share/man/man1/%{name}.1.gz → %{_mandir}/man1/%{name}.1* [1] https://bugzilla.redhat.com/show_bug.cgi?id=1750179#c2 Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
-rw-r--r--redhat/git-remote-gcrypt.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/git-remote-gcrypt.spec b/redhat/git-remote-gcrypt.spec
index 2813fd6..cba844e 100644
--- a/redhat/git-remote-gcrypt.spec
+++ b/redhat/git-remote-gcrypt.spec
@@ -36,7 +36,7 @@ export prefix="%{_prefix}"
%files
%{_bindir}/%{name}
-%doc /usr/share/man/man1/%{name}.1.gz
+%{_mandir}/man1/%{name}.1*
%changelog