forked from pool/nodejs18
more fixes for Fedora in spec file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs18?expand=0&rev=9
This commit is contained in:
parent
ca1e44bd4c
commit
7955725487
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user