diff options
author | Damien Miller <djm@mindrot.org> | 2020-07-20 05:09:25 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2020-07-20 05:09:25 +0200 |
commit | 3ec9a6d7317236a9994887d8bd5d246af403a00d (patch) | |
tree | b0fa3f748e9d6741b429062ccf212180637180cc /contrib/redhat | |
parent | upstream: Add %k to the TOKENs for Match Exec for consistency with (diff) | |
download | openssh-3ec9a6d7317236a9994887d8bd5d246af403a00d.tar.xz openssh-3ec9a6d7317236a9994887d8bd5d246af403a00d.zip |
Add ssh-sk-helper and manpage to RPM spec file
Based on patch from Fabio Pedretti
Diffstat (limited to 'contrib/redhat')
-rw-r--r-- | contrib/redhat/openssh.spec | 5 |
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 %attr(0755,root,root) %dir %{_libexecdir}/openssh %attr(4711,root,root) %{_libexecdir}/openssh/ssh-keysign %attr(0755,root,root) %{_libexecdir}/openssh/ssh-pkcs11-helper +%attr(0755,root,root) %{_libexecdir}/openssh/ssh-sk-helper %attr(0644,root,root) %{_mandir}/man8/ssh-keysign.8* %attr(0644,root,root) %{_mandir}/man8/ssh-pkcs11-helper.8* +%attr(0644,root,root) %{_mandir}/man8/ssh-sk-helper.8* %endif %if %{scard} %attr(0755,root,root) %dir %{_datadir}/openssh @@ -422,6 +424,9 @@ fi %endif %changelog +* Mon Jul 20 2020 Damien Miller <djm@mindrto.org> +- Add ssh-sk-helper and corresponding manual page. + * Sat Feb 10 2018 Darren Tucker <dtucker@dtucker.net> - Update openssl-devel dependency to match current requirements. - Handle Fedora >=6 openssl 1.0 compat libs. |