Related: RHEL-59024
This commit is contained in:
Dmitry Belyavskiy 2024-09-16 16:16:16 +02:00
parent 01503ba517
commit d84f5f5164

View File

@ -39,7 +39,7 @@
%{?static_openssl:%global static_libcrypto 1}
%global openssh_ver 9.8p1
%global openssh_rel 5
%global openssh_rel 6
Summary: An open source implementation of SSH protocol version 2
Name: openssh
@ -653,6 +653,10 @@ test -f %{sysconfig_anaconda} && \
%attr(0755,root,root) %{_libdir}/sshtest/sk-dummy.so
%changelog
* Mon Sep 16 2024 Dmitry Belyavskiy <dbelyavs@redhat.com> - 9.8p1-6
- rebuilt
Related: RHEL-59024
* Mon Aug 26 2024 Dmitry Belyavskiy <dbelyavs@redhat.com> - 9.8p1-5
- Restore GSS connectivity when no hostkeys are present
Related: RHEL-42635