diff --git a/nodejs18.spec b/nodejs18.spec index 16880af..1103d95 100644 --- a/nodejs18.spec +++ b/nodejs18.spec @@ -88,19 +88,19 @@ Release: 0 %bcond_without intree_openssl %endif -%if 0%{suse_version} >= 1330 +%if 0%{?suse_version} >= 1330 || 0%{?fedora_version} >= 35 %bcond_with intree_cares %else %bcond_without intree_cares %endif -%if 0%{?suse_version} >= 1330 +%if 0%{?suse_version} >= 1330 || 0%{?fedora_version} >= 35 %bcond_with intree_icu %else %bcond_without intree_icu %endif -%if 0%{suse_version} >= 1550 +%if 0%{?suse_version} >= 1550 %bcond_with intree_nghttp2 %else %bcond_without intree_nghttp2