import CS nodejs-packaging-2021.06-6.module_el9_7+1331+2f689e1e

This commit is contained in:
eabdullin 2026-04-14 11:37:37 +00:00
parent 428a04deb9
commit 8db7a42a1d
2 changed files with 7 additions and 1 deletions

View File

@ -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:

View File

@ -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