Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions SPECS/nodejs24/nodejs24.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Name: nodejs24
# WARNINGS: MUST check and update the 'npm_version' macro for every version update of this package.
# The version of NPM can be found inside the sources under 'deps/npm/package.json'.
Version: 24.13.0
Release: 2%{?dist}
Release: 3%{?dist}
License: BSD AND MIT AND Public Domain AND NAIST-2003 AND Artistic-2.0
Vendor: Microsoft Corporation
Distribution: Azure Linux
Expand Down Expand Up @@ -87,7 +87,9 @@ package to save space if non-English locales are not needed.
Summary: Node.js Package Manager
Group: System Environment/Base
Requires: %{name} = %{version}-%{release}
Provides: npm = %{npm_version}.%{version}-%{release}
Provides: nodejs24-npm = %{version}-%{release}
Obsoletes: nodejs24-npm < %{version}-%{release}
Conflicts: npm

%description npm
npm is a package manager for node.js. You can use it to install and publish
Expand Down Expand Up @@ -123,7 +125,7 @@ python3 configure.py \
--openssl-use-def-ca-store \
--shared-cares

JOBS=4 make %{?_smp_mflags} V=0
JOBS=%{_smp_build_ncpus} make %{?_smp_mflags} V=0

%install

Expand Down Expand Up @@ -178,9 +180,11 @@ make cctest
%{_prefix}/lib/node_modules/*

%changelog
* Tue Feb 03 2026 Azure Linux Security Servicing Account <azurelinux-security@microsoft.com> - 24.13.0-2
* Tue Feb 10 2026 Sandeep Karambelkar <skarambelkar@microsoft.com> - 24.13.0-2
- Add conflicts for legacy npm package
- Update provided capability from npm to nodejs24-npm
* Fri Feb 13 2026 Azure Linux Security Servicing Account <azurelinux-security@microsoft.com> - 24.13.0-3
- Patch for CVE-2025-69418

* Tue Dec 23 2025 Sandeep Karambelkar <skarambelkar@microsoft.com> - 24.13.0-1
- Upgrade to 24.13.0
- Add support for passing runtime internationalization data
Expand Down
Loading