From 220d8a96f5ec4ac4309a598d37354e9ebfaa110b Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Fri, 11 Jun 2021 16:55:52 -0400 Subject: [PATCH] Spec bump and changelog for Speeding up building openssl Related: rhbz#1903209 Signed-off-by: Mohan Boddu --- openssl.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/openssl.spec b/openssl.spec index 65828bb..44ed018 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.alpha16.3%{?dist} +Release: 0.alpha16.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. @@ -383,6 +383,10 @@ export LD_LIBRARY_PATH %ldconfig_scriptlets libs %changelog +* Fri Jun 11 2021 Mohan Boddu 3.0.0-0.alpha16.4 +- Speeding up building openssl (dbelyavs@redhat.com) + Resolves: rhbz#1903209 + * Fri Jun 04 2021 Sahana Prasad 3.0.0-0.alpha16.3 - Fix reading SPKAC data from stdin - Fix incorrect OSSL_PKEY_PARAM_MAX_SIZE for ed25519 and ed448