From 79557254872fc2b38592daf445e6d3252882051b Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Mon, 19 Sep 2022 13:12:44 +0000 Subject: [PATCH] more fixes for Fedora in spec file OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs18?expand=0&rev=9 --- nodejs18.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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