4 Commits

Author SHA256 Message Date
6906b25628 Add test 2024-10-29 16:01:29 +01:00
0e1ded1741 Update nodejs-common.changes 2024-09-25 17:33:32 +02:00
b5a6537b94 Update nodejs-common.changes 2024-09-25 17:31:05 +02:00
Adam Majer
691c91e524 Update LICENSE
needs extra line!
2024-08-22 18:13:15 +02:00
4 changed files with 17 additions and 16 deletions

View File

@@ -19,3 +19,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View File

@@ -1,14 +1,4 @@
-------------------------------------------------------------------
Fri Nov 28 18:43:55 UTC 2025 - Adam Majer <adam.majer@suse.de>
- Update TW and SLFO to 24. Since we cannot differentiate between
16.0 and 16.1 at the moment, the SLFO numbers need to be branched
per revision.
-------------------------------------------------------------------
Wed Nov 13 11:12:54 UTC 2024 - Adam Majer <adam.majer@suse.de>
- Update SLFO to current LTS
Some changes ff
-------------------------------------------------------------------
Thu May 16 13:34:35 UTC 2024 - Adam Majer <adam.majer@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package nodejs-common
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,16 @@
#
%define NODEJS_CURRENT 24
###########################################################
#
# WARNING! WARNING! WARNING! WARNING! WARNING! WARNING!
#
# This spec file is generated from a template hosted at
# https://github.com/AdamMajer/nodejs-packaging
#
###########################################################
%define NODEJS_CURRENT 22
%if 0%{?suse_version} > 1500 || 0%{?fedora_version}
%bcond_without libalternatives
@@ -64,13 +73,13 @@
%endif
%if 0%{?suse_version} == 1600
# 16.1
%define default_node_ver 24
# ALP variants
%define default_node_ver 20
%endif
# TW
%if 0%{?suse_version} >= 1699
%define default_node_ver 24
%define default_node_ver %NODEJS_CURRENT
%endif
Name: nodejs-common

1
test Normal file
View File

@@ -0,0 +1 @@
test