import CS nodejs-packaging-2021.06-6.module_el9_7+1331+2f689e1e
This commit is contained in:
parent
428a04deb9
commit
8db7a42a1d
@ -30,6 +30,8 @@ import shutil
|
||||
import sys
|
||||
|
||||
def symlink(source, dest):
|
||||
if os.path.sep in dest:
|
||||
os.makedirs(os.path.dirname(dest), exist_ok=True)
|
||||
try:
|
||||
os.symlink(source, dest)
|
||||
except OSError:
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
Name: nodejs-packaging
|
||||
Version: 2021.06
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: RPM Macros and Utilities for Node.js Packaging
|
||||
BuildArch: noarch
|
||||
License: MIT
|
||||
@ -83,6 +83,10 @@ install -Dpm0755 nodejs-packaging-bundler %{buildroot}%{_bindir}/nodejs-packagin
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Mar 6 2026 Tomas Juhasz <tjuhasz@redhat.com> - 2021.06-6
|
||||
- Properly handle @group/package deps in nodejs-symlink-deps
|
||||
Resolves: RHEL-153905
|
||||
|
||||
* Fri Oct 17 2025 Andrei Radchenko <aradchen@redhat.com> - 2021.06-5
|
||||
- nodejs.req to properly detect bundled deps
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user