From ccb88a6cfb20963b9e064e74725e5c24a0f994be Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 9 Aug 2021 21:45:53 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- libssh.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libssh.spec b/libssh.spec index 79d6186..17fd85f 100644 --- a/libssh.spec +++ b/libssh.spec @@ -1,6 +1,6 @@ Name: libssh Version: 0.9.5 -Release: 5%{?dist} +Release: 6%{?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 +* Mon Aug 09 2021 Mohan Boddu - 0.9.5-6 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Wed Jun 16 2021 Mohan Boddu - 0.9.5-5 - Rebuilt for RHEL 9 BETA for openssl 3.0 Related: rhbz#1971065