diff --git a/nodejs-common.spec b/nodejs-common.spec index d417793..81de921 100644 --- a/nodejs-common.spec +++ b/nodejs-common.spec @@ -44,7 +44,8 @@ # TW %if 0%{?suse_version} > 1500 %define default_node_ver %NODEJS_CURRENT -%endif + +%else # SLE-15 variants, variation based on SP %if 0%{?sle_version} >= 150000 && 0%{?sle_version} < 150200 @@ -55,6 +56,10 @@ %else %define default_node_ver NODEJS_LTS %endif +# SLE-15 variants +%endif + +# TW %endif # END - GENERAL ARCHES