diff --git a/nodejs20.spec b/nodejs20.spec index 1c3e8bd..fb5d97a 100644 --- a/nodejs20.spec +++ b/nodejs20.spec @@ -230,7 +230,7 @@ BuildRequires: openssl-devel >= %{openssl11_minimum} %global openssl_fips_configure %{nil} %endif -%global ssl_configure --shared-openssl %{openssl_fips_configure} +%global ssl_configure --shared-openssl --openssl-conf-name=openssl_conf %{openssl_fips_configure} %endif diff --git a/packaging/nodejs.spec.j2 b/packaging/nodejs.spec.j2 index 85a9834..ad3eecc 100644 --- a/packaging/nodejs.spec.j2 +++ b/packaging/nodejs.spec.j2 @@ -234,7 +234,7 @@ BuildRequires: openssl-devel >= %{openssl11_minimum} %global openssl_fips_configure %{nil} %endif -%global ssl_configure --shared-openssl %{openssl_fips_configure} +%global ssl_configure --shared-openssl --openssl-conf-name=openssl_conf %{openssl_fips_configure} %endif {% if NODE_MAJOR < 19 -%}