diff --git a/SPECS/openssl3.spec b/SPECS/openssl3.spec index 506b15b..576b0c3 100644 --- a/SPECS/openssl3.spec +++ b/SPECS/openssl3.spec @@ -29,7 +29,7 @@ print(string.sub(hash, 0, 16)) Summary: Utilities from the general purpose cryptography library with TLS implementation Name: openssl3 Version: 3.2.1 -Release: 1.1%{?dist} +Release: 1.2%{?dist} # We have to remove certain patented algorithms from the openssl source # tarball with the hobble-openssl script which is included below. # The original openssl upstream tarball cannot be shipped in the .src.rpm. @@ -187,9 +187,6 @@ protocols. Summary: A general purpose cryptography library with TLS implementation Requires: ca-certificates >= 2008-5 Requires: crypto-policies >= 20180730 -%if ( %{defined rhel} && (! %{defined centos}) ) -Requires: openssl-fips-provider -%endif %description libs OpenSSL is a toolkit for supporting cryptography. The openssl-libs @@ -512,6 +509,9 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/{make,renew}-dummy-cert %ldconfig_scriptlets libs %changelog +* Thu May 02 2024 Michel Lind - 3.2.1-1.2 +- Drop openssl-fips-provider requirement, accidentally included due to incorrect gating + * Mon Apr 22 2024 Michel Lind - 3.2.1-1.1 - Merge c9s openssl changes to pick up CVE fixes