diff --git a/SPECS/openssl.spec b/SPECS/openssl.spec index 8477768..1dbd862 100644 --- a/SPECS/openssl.spec +++ b/SPECS/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.0.7 -Release: 27%{?dist} +Release: 27%{?dist}.inferit Epoch: 1 # We have to remove certain patented algorithms from the openssl source # tarball with the hobble-openssl script which is included below. @@ -243,6 +243,8 @@ Requires: ca-certificates >= 2008-5 Requires: crypto-policies >= 20180730 %if ( %{defined rhel} && (! %{defined centos}) ) Requires: openssl-fips-provider +%else +Obsoletes: openssl-fips-provider %endif %description libs @@ -553,6 +555,9 @@ ln -s /etc/crypto-policies/back-ends/openssl_fips.config $RPM_BUILD_ROOT%{_sysco %ldconfig_scriptlets libs %changelog +* Tue Aug 20 2024 Arkady L. Shane - 1:3.0.7-27.inferit +- INF-1407: Obsoletes openssl-fips-provider + * Wed Feb 21 2024 Dmitry Belyavskiy - 1:3.0.7-27 - Use certified FIPS module instead of freshly built one in Red Hat distribution Related: RHEL-23474