summaryrefslogtreecommitdiff
path: root/contrib/redhat/openssh.spec
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2020-07-20 13:09:25 +1000
committerDamien Miller <djm@mindrot.org>2020-07-20 13:09:25 +1000
commit3ec9a6d7317236a9994887d8bd5d246af403a00d (patch)
treeb0fa3f748e9d6741b429062ccf212180637180cc /contrib/redhat/openssh.spec
parenta2855c048b3f4b17d8787bd3f24232ec0cd79abe (diff)
Add ssh-sk-helper and manpage to RPM spec file
Based on patch from Fabio Pedretti
Diffstat (limited to 'contrib/redhat/openssh.spec')
-rw-r--r--contrib/redhat/openssh.spec5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec
index dcd57aa19..2780d6b28 100644
--- a/contrib/redhat/openssh.spec
+++ b/contrib/redhat/openssh.spec
@@ -363,8 +363,10 @@ fi
363%attr(0755,root,root) %dir %{_libexecdir}/openssh 363%attr(0755,root,root) %dir %{_libexecdir}/openssh
364%attr(4711,root,root) %{_libexecdir}/openssh/ssh-keysign 364%attr(4711,root,root) %{_libexecdir}/openssh/ssh-keysign
365%attr(0755,root,root) %{_libexecdir}/openssh/ssh-pkcs11-helper 365%attr(0755,root,root) %{_libexecdir}/openssh/ssh-pkcs11-helper
366%attr(0755,root,root) %{_libexecdir}/openssh/ssh-sk-helper
366%attr(0644,root,root) %{_mandir}/man8/ssh-keysign.8* 367%attr(0644,root,root) %{_mandir}/man8/ssh-keysign.8*
367%attr(0644,root,root) %{_mandir}/man8/ssh-pkcs11-helper.8* 368%attr(0644,root,root) %{_mandir}/man8/ssh-pkcs11-helper.8*
369%attr(0644,root,root) %{_mandir}/man8/ssh-sk-helper.8*
368%endif 370%endif
369%if %{scard} 371%if %{scard}
370%attr(0755,root,root) %dir %{_datadir}/openssh 372%attr(0755,root,root) %dir %{_datadir}/openssh
@@ -422,6 +424,9 @@ fi
422%endif 424%endif
423 425
424%changelog 426%changelog
427* Mon Jul 20 2020 Damien Miller <djm@mindrto.org>
428- Add ssh-sk-helper and corresponding manual page.
429
425* Sat Feb 10 2018 Darren Tucker <dtucker@dtucker.net> 430* Sat Feb 10 2018 Darren Tucker <dtucker@dtucker.net>
426- Update openssl-devel dependency to match current requirements. 431- Update openssl-devel dependency to match current requirements.
427- Handle Fedora >=6 openssl 1.0 compat libs. 432- Handle Fedora >=6 openssl 1.0 compat libs.