Drop openssl-fips-provider requirement, accidentally included due to incorrect gating

Signed-off-by: Michel Lind <salimma@fedoraproject.org>
epel8 imports/epel8/openssl3-3.2.1-1.2.el8
Michel Lind 5 months ago
parent 5768e3c033
commit 488971d8fd
No known key found for this signature in database
GPG Key ID: 8B229D2F7CCC04F2

@ -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 <salimma@fedoraproject.org> - 3.2.1-1.2
- Drop openssl-fips-provider requirement, accidentally included due to incorrect gating
* Mon Apr 22 2024 Michel Lind <salimma@fedoraproject.org> - 3.2.1-1.1
- Merge c9s openssl changes to pick up CVE fixes

Loading…
Cancel
Save