diff --git a/nodejs-common.changes b/nodejs-common.changes index 4438547..f9e87df 100644 --- a/nodejs-common.changes +++ b/nodejs-common.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 13 11:12:54 UTC 2024 - Adam Majer + +- Update SLFO to current LTS + ------------------------------------------------------------------- Thu May 16 13:34:35 UTC 2024 - Adam Majer diff --git a/nodejs-common.spec b/nodejs-common.spec index 6feca51..567da48 100644 --- a/nodejs-common.spec +++ b/nodejs-common.spec @@ -26,6 +26,7 @@ ########################################################### %define NODEJS_CURRENT 22 +%define NODEJS_LTS 22 %if 0%{?suse_version} > 1500 || 0%{?fedora_version} %bcond_without libalternatives @@ -73,8 +74,8 @@ %endif %if 0%{?suse_version} == 1600 -# ALP variants -%define default_node_ver 20 +# SLFO variants +%define default_node_ver %NODEJS_LTS %endif # TW