From 3a16e3a6b6fb0de42d61ced68f7b3dcf874db302 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Fri, 16 Apr 2021 01:20:45 +0000 Subject: [PATCH] - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 Signed-off-by: Mohan Boddu --- libkcapi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libkcapi.spec b/libkcapi.spec index 7058918..832ad24 100644 --- a/libkcapi.spec +++ b/libkcapi.spec @@ -125,7 +125,7 @@ done \ Name: libkcapi Version: %{vmajor}.%{vminor}.%{vpatch} -Release: 1%{?dist} +Release: 2%{?dist} Summary: User space interface to the Linux Kernel Crypto API License: BSD or GPLv2 @@ -512,6 +512,9 @@ popd %changelog +* Fri Apr 16 2021 Mohan Boddu - 1.2.1-2 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + * Mon Mar 15 2021 Sahana Prasad - 1.2.1-1 - Update to upstream version 1.2.1 - Remove patch fix MSG_MORE uasge as it is added upstream