Rebuild for nodejs-packaging
Recently, Node.js changed the way node modules are installed to allow for better parallel functionality and easier unbundling of certain parts of Node.js.
Previously, Node.js was using a symlink, %{_libdir}/node_modules, which pointed to a versioned path, e.g., %{_libdir}/node_modules_22.
This has changed to using a global %{_libdir}/node_modules static shared folder for generic modules and %{_libdir}/node_modules_XX for version-specific modules.
This change is better described in the Fedora change proposal wiki: https://fedoraproject.org/wiki/Changes/NodejsNodeModulesPath.
This also needed to be reflected in nodejs-packaging macros, which forces a rebuild of dependent packages.
This commit is contained in:
parent
f68e4eab90
commit
c16ce0896e
1 changed files with 4 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
Name: nodejs-underscore
|
||||
Version: 1.13.1
|
||||
Release: 11%{?dist}
|
||||
Release: 12%{?dist}
|
||||
Summary: JavaScript's functional programming helper library
|
||||
License: MIT
|
||||
URL: http://underscorejs.org/
|
||||
|
|
@ -97,6 +97,9 @@ cp -pr underscore.js underscore-min.js underscore-min.js.map \
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Nov 11 2025 Tomas Juhasz <tjuhasz@redhat.com> - 1.13.1-12
|
||||
- Rebuilt for nodejs-packaging
|
||||
|
||||
* Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.1-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue