Accepting request 1223915 from devel:languages:nodejs

- Update SLFO to current LTS

OBS-URL: https://build.opensuse.org/request/show/1223915
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nodejs-common?expand=0&rev=23
This commit is contained in:
Ana Guerrero 2024-11-14 15:07:48 +00:00 committed by Git OBS Bridge
commit 0e0a039dab
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 13 11:12:54 UTC 2024 - Adam Majer <adam.majer@suse.de>
- Update SLFO to current LTS
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 16 13:34:35 UTC 2024 - Adam Majer <adam.majer@suse.de> Thu May 16 13:34:35 UTC 2024 - Adam Majer <adam.majer@suse.de>

View File

@ -26,6 +26,7 @@
########################################################### ###########################################################
%define NODEJS_CURRENT 22 %define NODEJS_CURRENT 22
%define NODEJS_LTS 22
%if 0%{?suse_version} > 1500 || 0%{?fedora_version} %if 0%{?suse_version} > 1500 || 0%{?fedora_version}
%bcond_without libalternatives %bcond_without libalternatives
@ -73,8 +74,8 @@
%endif %endif
%if 0%{?suse_version} == 1600 %if 0%{?suse_version} == 1600
# ALP variants # SLFO variants
%define default_node_ver 20 %define default_node_ver %NODEJS_LTS
%endif %endif
# TW # TW