Compare commits
21 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e637d86cbb | |||
| c79e28cb8e | |||
| a639d6af23 | |||
| e101846087 | |||
| 688ac121d9 | |||
| 98bf315bed | |||
| c00a5d1a6d | |||
| e5a6a9f603 | |||
| 9b4067138d | |||
| 1ffb21fc2b | |||
| 9451bdb473 | |||
| 0e0a039dab | |||
| 67325ef509 | |||
| d6d347e67c | |||
| 0cf61064e0 | |||
| b6067afc77 | |||
| 2642d09ef6 | |||
| 8cce6cd294 | |||
| 80c5600370 | |||
| d5ee5f57ba | |||
| 1b9335feb7 |
@@ -1,9 +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.
|
||||
I add some things here d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 13 11:12:54 UTC 2024 - Adam Majer <adam.majer@suse.de>
|
||||
@@ -13,6 +8,11 @@ Wed Nov 13 11:12:54 UTC 2024 - Adam Majer <adam.majer@suse.de>
|
||||
-------------------------------------------------------------------
|
||||
Thu May 16 13:34:35 UTC 2024 - Adam Majer <adam.majer@suse.de>
|
||||
|
||||
Testing things fffff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 16 13:34:35 UTC 2024 - Adam Majer <adam.majer@suse.de>
|
||||
|
||||
- Update TW to 22 and set 15.7 to use it as default
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
||||
@@ -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,17 @@
|
||||
#
|
||||
|
||||
|
||||
%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}
|
||||
%bcond_without libalternatives
|
||||
@@ -64,13 +74,13 @@
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version} == 1600
|
||||
# 16.1
|
||||
%define default_node_ver 24
|
||||
# SLFO variants
|
||||
%define default_node_ver %NODEJS_LTS
|
||||
%endif
|
||||
|
||||
# TW
|
||||
%if 0%{?suse_version} >= 1699
|
||||
%define default_node_ver 24
|
||||
%define default_node_ver %NODEJS_CURRENT
|
||||
%endif
|
||||
|
||||
Name: nodejs-common
|
||||
|
||||
Reference in New Issue
Block a user