From cad2bb93ac093a7ec876f5a840fe59f87eed34a2 Mon Sep 17 00:00:00 2001 From: Dmitry Belyavskiy Date: Thu, 17 Apr 2025 10:57:14 +0200 Subject: [PATCH] Update depencency on crypto-policies Related: RHEL-80811 --- openssl.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/openssl.spec b/openssl.spec index a51cd29..eb83a81 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.0 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 Source0: openssl-%{version}.tar.gz Source1: fips-hmacify.sh @@ -118,7 +118,7 @@ protocols. %package libs Summary: A general purpose cryptography library with TLS implementation Requires: ca-certificates >= 2008-5 -Requires: crypto-policies >= 20180730 +Requires: crypto-policies >= 20250404-3 %if ( %{defined rhel} && (! %{defined centos}) ) Requires: openssl-fips-provider %endif @@ -428,9 +428,12 @@ touch $RPM_BUILD_ROOT/%{_prefix}/include/openssl/engine.h %ldconfig_scriptlets libs %changelog +* Thu Apr 17 2025 Dmitry Belyavskiy - 1:3.5.0-2 +- Update depencency on crypto-policies + Related: RHEL-80811 + * Wed Apr 09 2025 Dmitry Belyavskiy - 1:3.5.0-1 - Rebasing OpenSSL to 3.5 - Resolves: RHEL-80811 Resolves: RHEL-57022 Resolves: RHEL-24098