|
|
@ -29,7 +29,7 @@ print(string.sub(hash, 0, 16))
|
|
|
|
Summary: Utilities from the general purpose cryptography library with TLS implementation
|
|
|
|
Summary: Utilities from the general purpose cryptography library with TLS implementation
|
|
|
|
Name: openssl
|
|
|
|
Name: openssl
|
|
|
|
Version: 3.2.2
|
|
|
|
Version: 3.2.2
|
|
|
|
Release: 6%{?dist}
|
|
|
|
Release: 6%{?dist}.inferit
|
|
|
|
Epoch: 1
|
|
|
|
Epoch: 1
|
|
|
|
# We have to remove certain patented algorithms from the openssl source
|
|
|
|
# We have to remove certain patented algorithms from the openssl source
|
|
|
|
# tarball with the hobble-openssl script which is included below.
|
|
|
|
# tarball with the hobble-openssl script which is included below.
|
|
|
@ -200,6 +200,8 @@ Requires: ca-certificates >= 2008-5
|
|
|
|
Requires: crypto-policies >= 20180730
|
|
|
|
Requires: crypto-policies >= 20180730
|
|
|
|
%if ( %{defined rhel} && (! %{defined centos}) )
|
|
|
|
%if ( %{defined rhel} && (! %{defined centos}) )
|
|
|
|
Requires: openssl-fips-provider
|
|
|
|
Requires: openssl-fips-provider
|
|
|
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
Obsoletes: openssl-fips-provider
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%description libs
|
|
|
|
%description libs
|
|
|
@ -510,6 +512,9 @@ ln -s /etc/crypto-policies/back-ends/openssl_fips.config $RPM_BUILD_ROOT%{_sysco
|
|
|
|
%ldconfig_scriptlets libs
|
|
|
|
%ldconfig_scriptlets libs
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Oct 11 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 1:3.2.2-6.inferit
|
|
|
|
|
|
|
|
- Obsoletes openssl-fips-provider
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Sep 05 2024 Dmitry Belyavskiy <dbelyavs@redhat.com> - 1:3.2.2-6
|
|
|
|
* Thu Sep 05 2024 Dmitry Belyavskiy <dbelyavs@redhat.com> - 1:3.2.2-6
|
|
|
|
- rebuilt
|
|
|
|
- rebuilt
|
|
|
|
Related: RHEL-55339
|
|
|
|
Related: RHEL-55339
|
|
|
|