From 34ccbaec0487bb84908a9ea89c87489228408357 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Tue, 22 Jun 2021 18:40:41 +0000 Subject: [PATCH] Rebuilt for RHEL 9 BETA for openssl 3.0 Related: rhbz#1971065 Signed-off-by: Mohan Boddu --- libkcapi.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libkcapi.spec b/libkcapi.spec index 832ad24..cc7f59e 100644 --- a/libkcapi.spec +++ b/libkcapi.spec @@ -125,7 +125,7 @@ done \ Name: libkcapi Version: %{vmajor}.%{vminor}.%{vpatch} -Release: 2%{?dist} +Release: 3%{?dist} Summary: User space interface to the Linux Kernel Crypto API License: BSD or GPLv2 @@ -512,6 +512,10 @@ popd %changelog +* Tue Jun 22 2021 Mohan Boddu - 1.2.1-3 +- Rebuilt for RHEL 9 BETA for openssl 3.0 + Related: rhbz#1971065 + * Fri Apr 16 2021 Mohan Boddu - 1.2.1-2 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937