From d84f5f51641c7c44766012090ecbc6ac04241e66 Mon Sep 17 00:00:00 2001 From: Dmitry Belyavskiy Date: Mon, 16 Sep 2024 16:16:16 +0200 Subject: [PATCH] Rebuilt Related: RHEL-59024 --- openssh.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/openssh.spec b/openssh.spec index dd3b823..7bf36e2 100644 --- a/openssh.spec +++ b/openssh.spec @@ -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 - 9.8p1-6 +- rebuilt + Related: RHEL-59024 + * Mon Aug 26 2024 Dmitry Belyavskiy - 9.8p1-5 - Restore GSS connectivity when no hostkeys are present Related: RHEL-42635