summaryrefslogtreecommitdiff
path: root/contrib/redhat/openssh.spec
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/redhat/openssh.spec')
-rw-r--r--contrib/redhat/openssh.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec
index dcd57aa19..df99f7d73 100644
--- a/contrib/redhat/openssh.spec
+++ b/contrib/redhat/openssh.spec
@@ -1,4 +1,4 @@
1%global ver 8.3p1 1%global ver 8.4p1
2%global rel 1%{?dist} 2%global rel 1%{?dist}
3 3
4# OpenSSH privilege separation requires a user & group ID 4# OpenSSH privilege separation requires a user & group ID
@@ -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.