From e3d0ba4f1edef1ce5caf08130f179c5491ccf3c8 Mon Sep 17 00:00:00 2001 From: Sahana Prasad Date: Wed, 21 Jul 2021 14:37:35 +0200 Subject: [PATCH] NVR Bump to Update to OpenSSL 3.0 Beta1 version Related: rhbz#1903209 Signed-off-by: Sahana Prasad --- openssl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openssl.spec b/openssl.spec index 106dff4..4e0dbab 100644 --- a/openssl.spec +++ b/openssl.spec @@ -15,7 +15,7 @@ Summary: Utilities from the general purpose cryptography library with TLS implementation Name: openssl Version: 3.0.0 -Release: 0.beta1.3%{?dist} +Release: 0.beta1.4%{?dist} Epoch: 1 # We have to remove certain patented algorithms from the openssl source # tarball with the hobble-openssl script which is included below. @@ -380,6 +380,9 @@ install -m644 %{SOURCE9} \ %ldconfig_scriptlets libs %changelog +* Wed Jul 21 2021 Sahana Prasad 3.0.0-0.beta1.4 +- NVR bump to update to OpenSSL 3.0 Beta1 + * Mon Jul 19 2021 Sahana Prasad 3.0.0-0.beta1.3 - Update patch dual-abi.patch to add the #define macros in implementation files instead of public header files