remove openssl build dependency, add conditional for HMAC-SHA256 patch

This commit is contained in:
Andreas Gerstmayr 2022-04-19 14:29:40 +02:00
parent bbde02e26d
commit 0215856343
1 changed files with 2 additions and 3 deletions

View File

@ -117,9 +117,6 @@ BuildRequires: nodejs >= 1:14, yarnpkg
%if %{enable_fips_mode}
BuildRequires: openssl-devel
# only required for running the FIPS test
BuildRequires: openssl
%endif
# omit golang debugsource, see BZ995136 and related
@ -785,7 +782,9 @@ rm -r plugins-bundled
%if %{enable_fips_mode}
%patch10 -p1
%endif
%if 0%{?fedora} || 0%{?rhel} > 8
%patch11 -p1
%endif
%patch12 -p1
%patch13 -p1
%patch14 -p1