forked from autogits/nodejs-common
Accepting request 1082784 from home:jsrain:branches:devel:languages:nodejs
- Use NodeJS 18 as default for ALP OBS-URL: https://build.opensuse.org/request/show/1082784 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-common?expand=0&rev=57
This commit is contained in:
parent
34f22bc91c
commit
afd7874eed
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 25 02:11:10 UTC 2023 - jsrain@suse.com
|
||||
|
||||
- Use NodeJS 18 as default for ALP
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 19 13:38:14 UTC 2023 - Adam Majer <adam.majer@suse.de>
|
||||
|
||||
|
@ -41,9 +41,14 @@
|
||||
%else
|
||||
|
||||
# TW
|
||||
%if 0%{?suse_version} > 1500
|
||||
%if 0%{?suse_version} >= 1699
|
||||
%define default_node_ver %NODEJS_CURRENT
|
||||
|
||||
%else
|
||||
# ALP
|
||||
%if 0%{?suse_version} >= 1600
|
||||
%define default_node_ver %NODEJS_LTS
|
||||
|
||||
%else
|
||||
|
||||
# SLE-15 variants, variation based on SP
|
||||
@ -70,6 +75,9 @@
|
||||
# SLE-15 variants
|
||||
%endif
|
||||
|
||||
# ALP
|
||||
%endif
|
||||
|
||||
# TW
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user