From 89a8b9111773ce8df27903b1489a50530058a5ef Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Tue, 6 Dec 2022 02:48:24 +0000 Subject: [PATCH] Disable FIPS on ELN ELN golang does not include the boringcrypto support present in RHEL. --- grafana.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grafana.spec b/grafana.spec index ffb455c..d136656 100644 --- a/grafana.spec +++ b/grafana.spec @@ -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