From 4e910fb1a778617b8762276233bc53154b988ebf Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 16 Jul 2025 11:02:46 -0400 Subject: [PATCH] Fix Release version and chengelog Related: RHEL-102408 Signed-off-by: Simo Sorce --- openssl.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/openssl.spec b/openssl.spec index 159ed3a..7e38653 100644 --- a/openssl.spec +++ b/openssl.spec @@ -29,7 +29,7 @@ print(string.sub(hash, 0, 16)) Summary: Utilities from the general purpose cryptography library with TLS implementation Name: openssl Version: 3.5.1 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 Source0: openssl-%{version}.tar.gz Source1: fips-hmacify.sh @@ -448,6 +448,14 @@ ln -s /etc/crypto-policies/back-ends/openssl_fips.config $RPM_BUILD_ROOT%{_sysco %ldconfig_scriptlets libs %changelog +* Wed Jul 16 2024 Simo Sorce - 1:3.5.1-2 +- Move fips.so to a seprate subpackage + Reverts FIPS self test for SLH-DSA + Add Suggests to try to prefer the openssl-fips-provider package + over the fips-provider-next package by default + Revolves: RHEL-102408 + Related: RHEL-80854 + * Tue Jul 01 2025 Dmitry Belyavskiy - 1:3.5.1-1 - Rebasing to OpenSSL 3.5.1 Resolves: RHEL-97797