import CS git nodejs-packaging-2021.06-6.el8

This commit is contained in:
AlmaLinux RelEng Bot 2026-04-08 14:12:26 -04:00
parent cddb1a959e
commit a8126b1324
2 changed files with 6 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
@ -87,6 +87,9 @@ install -Dpm0755 nodejs-packaging-bundler %{buildroot}%{_bindir}/nodejs-packagin
%changelog
* Tue Nov 11 2025 Tomas Juhasz <tjuhasz@redhat.com> - 2021.06-6
- Properly handle @group/package deps in nodejs-symlink-deps
Resolves: RHEL-121578
* Fri Oct 17 2025 Andrei Radchenko <aradchen@redhat.com> - 2021.06-5
- nodejs.req to properly detect bundled deps