Disable FIPS on ELN

ELN golang does not include the boringcrypto support present in RHEL.
This commit is contained in:
Yaakov Selkowitz 2022-12-06 02:48:24 +00:00
parent 329ced8843
commit 89a8b91117
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# is attached as a webpack tarball (in case of an unsuitable nodejs version on the build system)
%define compile_frontend 0
%if 0%{?rhel}
%if 0%{?rhel} && ! 0%{?eln}
%define enable_fips_mode 1
%else
%define enable_fips_mode 0