import UBI nodejs-22.22.0-1.module+el9.7.0+23896+b5802de9

This commit is contained in:
eabdullin 2026-02-17 09:49:09 +00:00
parent 97571bc056
commit 86586e6f7f
3 changed files with 13 additions and 9 deletions

2
.gitignore vendored
View File

@ -1,3 +1,3 @@
SOURCES/icu4c-77_1-data-bin-b.zip SOURCES/icu4c-77_1-data-bin-b.zip
SOURCES/icu4c-77_1-data-bin-l.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

View File

@ -1,3 +1,3 @@
c459faa36dedc60af6a0c6d5b9b84b6198389bf0 SOURCES/icu4c-77_1-data-bin-b.zip c459faa36dedc60af6a0c6d5b9b84b6198389bf0 SOURCES/icu4c-77_1-data-bin-b.zip
c602459f93a43dfe7440686b46430e93a85dfc06 SOURCES/icu4c-77_1-data-bin-l.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

View File

@ -46,7 +46,7 @@
# This is used by both the nodejs package and the npm subpackage that # 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 # has a separate version - the name is special so that rpmdev-bumpspec
# will bump this rather than adding .1 to the end. # will bump this rather than adding .1 to the end.
%global baserelease 2 %global baserelease 1
%{?!_pkgdocdir:%global _pkgdocdir %{_docdir}/%{name}-%{version}} %{?!_pkgdocdir:%global _pkgdocdir %{_docdir}/%{name}-%{version}}
@ -57,7 +57,7 @@
# than a Fedora release lifecycle. # than a Fedora release lifecycle.
%global nodejs_epoch 1 %global nodejs_epoch 1
%global nodejs_major 22 %global nodejs_major 22
%global nodejs_minor 19 %global nodejs_minor 22
%global nodejs_patch 0 %global nodejs_patch 0
# nodejs_soversion - from NODE_MODULE_VERSION in src/node_version.h # nodejs_soversion - from NODE_MODULE_VERSION in src/node_version.h
%global nodejs_soversion 127 %global nodejs_soversion 127
@ -85,7 +85,7 @@
# c-ares - from deps/cares/include/ares_version.h # c-ares - from deps/cares/include/ares_version.h
# https://github.com/nodejs/node/pull/9332 # 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 # llhttp - from deps/llhttp/include/llhttp.h
%global llhttp_version 9.3.0 %global llhttp_version 9.3.0
@ -125,7 +125,7 @@
# npm - from deps/npm/package.json # npm - from deps/npm/package.json
%global npm_epoch 1 %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 # 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 # 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} %global npm_envr %{npm_epoch}:%{npm_version}-%{npm_release}
# uvwasi - from deps/uvwasi/include/uvwasi.h # uvwasi - from deps/uvwasi/include/uvwasi.h
%global uvwasi_version 0.0.21 %global uvwasi_version 0.0.23
# histogram_c - assumed from timestamps # histogram_c - assumed from timestamps
%global histogram_version 0.11.8 %global histogram_version 0.11.9
# sqlite - from deps/sqlite/sqlite3.h # sqlite - from deps/sqlite/sqlite3.h
%global sqlite_version 3.50.4 %global sqlite_version 3.50.4
@ -334,7 +334,7 @@ Requires: nodejs-cjs-module-lexer
%endif %endif
%if %{with bundled_undici} %if %{with bundled_undici}
Provides: bundled(nodejs-undici) = 6.19.2 Provides: bundled(nodejs-undici) = 6.23.0
%else %else
BuildRequires: nodejs-undici BuildRequires: nodejs-undici
Requires: nodejs-undici Requires: nodejs-undici
@ -897,6 +897,10 @@ end
%changelog %changelog
* Tue Jan 13 2026 Tomas Juhasz <tjuhasz@redhat.com> - 1:22.22.0-1
- Update to 22.22.0
Resolves: RHEL-141879
* Fri Aug 29 2025 Tomas Juhasz <tjuhasz@redhat.com> - 1:22.19.0-1 * Fri Aug 29 2025 Tomas Juhasz <tjuhasz@redhat.com> - 1:22.19.0-1
- Update to 22.19.0 - Update to 22.19.0
Resolves: RHEL-100426 Resolves: RHEL-100426