From 86586e6f7ff81ae337aaff32ad8a5dc4aaca5f90 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 17 Feb 2026 09:49:09 +0000 Subject: [PATCH] import UBI nodejs-22.22.0-1.module+el9.7.0+23896+b5802de9 --- .gitignore | 2 +- .nodejs.metadata | 2 +- SPECS/nodejs.spec | 18 +++++++++++------- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 12d440d..6d7594e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ SOURCES/icu4c-77_1-data-bin-b.zip SOURCES/icu4c-77_1-data-bin-l.zip -SOURCES/node-v22.19.0-stripped.tar.gz +SOURCES/node-v22.22.0-stripped.tar.gz diff --git a/.nodejs.metadata b/.nodejs.metadata index d1119dd..75c1c74 100644 --- a/.nodejs.metadata +++ b/.nodejs.metadata @@ -1,3 +1,3 @@ c459faa36dedc60af6a0c6d5b9b84b6198389bf0 SOURCES/icu4c-77_1-data-bin-b.zip c602459f93a43dfe7440686b46430e93a85dfc06 SOURCES/icu4c-77_1-data-bin-l.zip -fcb143615038d08f68d1c53636bec5f7f1c95d3b SOURCES/node-v22.19.0-stripped.tar.gz +f7083d75d2e0aef9b0a5648523d4553774f3df79 SOURCES/node-v22.22.0-stripped.tar.gz diff --git a/SPECS/nodejs.spec b/SPECS/nodejs.spec index 8e95881..e3f5f7d 100644 --- a/SPECS/nodejs.spec +++ b/SPECS/nodejs.spec @@ -46,7 +46,7 @@ # This is used by both the nodejs package and the npm subpackage that # has a separate version - the name is special so that rpmdev-bumpspec # will bump this rather than adding .1 to the end. -%global baserelease 2 +%global baserelease 1 %{?!_pkgdocdir:%global _pkgdocdir %{_docdir}/%{name}-%{version}} @@ -57,7 +57,7 @@ # than a Fedora release lifecycle. %global nodejs_epoch 1 %global nodejs_major 22 -%global nodejs_minor 19 +%global nodejs_minor 22 %global nodejs_patch 0 # nodejs_soversion - from NODE_MODULE_VERSION in src/node_version.h %global nodejs_soversion 127 @@ -85,7 +85,7 @@ # c-ares - from deps/cares/include/ares_version.h # https://github.com/nodejs/node/pull/9332 -%global c_ares_version 1.34.5 +%global c_ares_version 1.34.6 # llhttp - from deps/llhttp/include/llhttp.h %global llhttp_version 9.3.0 @@ -125,7 +125,7 @@ # npm - from deps/npm/package.json %global npm_epoch 1 -%global npm_version 10.9.3 +%global npm_version 10.9.4 # In order to avoid needing to keep incrementing the release version for the # main package forever, we will just construct one for npm that is guaranteed @@ -136,10 +136,10 @@ %global npm_envr %{npm_epoch}:%{npm_version}-%{npm_release} # uvwasi - from deps/uvwasi/include/uvwasi.h -%global uvwasi_version 0.0.21 +%global uvwasi_version 0.0.23 # histogram_c - assumed from timestamps -%global histogram_version 0.11.8 +%global histogram_version 0.11.9 # sqlite - from deps/sqlite/sqlite3.h %global sqlite_version 3.50.4 @@ -334,7 +334,7 @@ Requires: nodejs-cjs-module-lexer %endif %if %{with bundled_undici} -Provides: bundled(nodejs-undici) = 6.19.2 +Provides: bundled(nodejs-undici) = 6.23.0 %else BuildRequires: nodejs-undici Requires: nodejs-undici @@ -897,6 +897,10 @@ end %changelog +* Tue Jan 13 2026 Tomas Juhasz - 1:22.22.0-1 +- Update to 22.22.0 + Resolves: RHEL-141879 + * Fri Aug 29 2025 Tomas Juhasz - 1:22.19.0-1 - Update to 22.19.0 Resolves: RHEL-100426