Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| ba54db7c0d | |||
| 75b282d92a | |||
| b7c5b6a399 | |||
| c300345152 |
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Wed Nov 13 11:12:54 UTC 2024 - Adam Majer <adam.majer@suse.de>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package nodejs-common
|
# spec file for package nodejs-common
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,17 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
###########################################################
|
%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
|
|
||||||
%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
|
||||||
@@ -74,13 +64,13 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?suse_version} == 1600
|
%if 0%{?suse_version} == 1600
|
||||||
# SLFO variants
|
# 16.1
|
||||||
%define default_node_ver %NODEJS_LTS
|
%define default_node_ver 24
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# TW
|
# TW
|
||||||
%if 0%{?suse_version} >= 1699
|
%if 0%{?suse_version} >= 1699
|
||||||
%define default_node_ver %NODEJS_CURRENT
|
%define default_node_ver 24
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: nodejs-common
|
Name: nodejs-common
|
||||||
|
|||||||
Reference in New Issue
Block a user