From b4a57f9997867ad0153c1b1ad338c5938346ab08 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Wed, 16 Jun 2021 03:29:45 +0000 Subject: [PATCH] Rebuilt for RHEL 9 BETA for openssl 3.0 Related: rhbz#1971065 Signed-off-by: Mohan Boddu --- libssh.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libssh.spec b/libssh.spec index d3ff007..79d6186 100644 --- a/libssh.spec +++ b/libssh.spec @@ -1,6 +1,6 @@ Name: libssh Version: 0.9.5 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A library implementing the SSH protocol License: LGPLv2+ URL: http://www.libssh.org @@ -126,6 +126,10 @@ popd %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/libssh/libssh_server.config %changelog +* Wed Jun 16 2021 Mohan Boddu - 0.9.5-5 +- Rebuilt for RHEL 9 BETA for openssl 3.0 + Related: rhbz#1971065 + * Tue Apr 27 2021 Sahana Prasad - 0.9.5-4 - Change crypto-policies from recommends to requires Resolves: rhbz#1947863