From 747a4a837620748ba3e0b4a06d65b8ba87c062bb Mon Sep 17 00:00:00 2001 From: Dmitry Belyavskiy Date: Tue, 18 Feb 2025 18:08:09 +0100 Subject: [PATCH] rebuilt Related: RHEL-78699 --- openssh.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/openssh.spec b/openssh.spec index 5056da7..5ae2470 100644 --- a/openssh.spec +++ b/openssh.spec @@ -39,7 +39,7 @@ %{?static_openssl:%global static_libcrypto 1} %global openssh_ver 9.9p1 -%global openssh_rel 6 +%global openssh_rel 7 Summary: An open source implementation of SSH protocol version 2 Name: openssh @@ -670,6 +670,10 @@ test -f %{sysconfig_anaconda} && \ %attr(0755,root,root) %{_libdir}/sshtest/sk-dummy.so %changelog +* Tue Feb 18 2025 Dmitry Belyavskiy - 9.9p1-7 +- rebuilt + Related: RHEL-78699 + * Thu Feb 13 2025 Dmitry Belyavskiy - 9.9p1-6 - Fix regression of Match directive processing Related: RHEL-76317