forked from pool/nodejs18
Accepting request 1062438 from devel:languages:nodejs
- Do not use pkg_vcmp to decide BuildDependencies: this works based on 'installed packages' which is not interpreted correctly by the scheduler. Rather switch to boolean dependencies. ------------------------------------------------------------------ OBS-URL: https://build.opensuse.org/request/show/1062438 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nodejs18?expand=0&rev=11
This commit is contained in:
commit
be3e44172a
@ -1,4 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 1 07:58:26 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Do not use pkg_vcmp to decide BuildDependencies: this works based
|
||||
on 'installed packages' which is not interpreted correctly by the
|
||||
scheduler. Rather switch to boolean dependencies.
|
||||
|
||||
------------------------------------------------------------------
|
||||
Wed Jan 25 12:01:18 UTC 2023 - Adam Majer <adam.majer@suse.de>
|
||||
|
||||
- Again use openssl-3, if available.
|
||||
|
@ -282,16 +282,14 @@ Requires: openssl-has-RSA_get0_pss_params
|
||||
|
||||
%if 0%{?suse_version} >= 1500
|
||||
BuildRequires: openssl >= %{openssl_req_ver}
|
||||
BuildRequires: (libopenssl1_1-hmac if libopenssl-1_1-devel)
|
||||
BuildRequires: (libopenssl3-hmac if libopenssl-3-devel)
|
||||
%else
|
||||
BuildRequires: openssl-1_1 >= %{openssl_req_ver}
|
||||
%endif
|
||||
|
||||
%if %{pkg_vcmp pkgconfig(openssl) > '3.0' }
|
||||
BuildRequires: libopenssl3-hmac
|
||||
%else
|
||||
BuildRequires: libopenssl1_1-hmac
|
||||
%endif
|
||||
|
||||
|
||||
# /suse_version
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user