Skip to content

Commit b41e41c

Browse files
Camelronanphel31
authored andcommitted
fix npm version in nodejs.spec (#3571)
1 parent bf35911 commit b41e41c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

SPECS/nodejs/nodejs.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Retrieved from 'deps/npm/package.json' inside the sources tarball.
2-
%define npm_version 8.5.0
2+
%define npm_version 8.11.0
33

44
Summary: A JavaScript runtime built on Chrome's V8 JavaScript engine.
55
Name: nodejs
66
# WARNINGS: MUST check and update the 'npm_version' macro for every version update of this package.
77
# The version of NPM can be found inside the sources under 'deps/npm/package.json'.
88
Version: 16.16.0
9-
Release: 1%{?dist}
9+
Release: 2%{?dist}
1010
License: BSD and MIT and Public Domain and naist-2003
1111
Group: Applications/System
1212
Vendor: Microsoft Corporation
@@ -114,6 +114,9 @@ make cctest
114114
%{_datadir}/systemtap/tapset/node.stp
115115

116116
%changelog
117+
* Thu Aug 18 2022 Cameron Baird <[email protected]> - 16.16.0-2
118+
- Change npm_version to 8.11.0 to reflect the actual version of npm bundled with v16.16.0
119+
117120
* Tue Aug 02 2022 Cameron Baird <[email protected]> - 16.16.0-1
118121
- Update to v16.16.0 (security update) to resolve CVE-2022-32213, CVE-2022-32214, CVE-2022-32215
119122

0 commit comments

Comments
 (0)