Remove Requires for /usr/bin/node
Needed to boostrap NodeJS package with /usr/bin/node Provides. Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
d504fbf5e5
commit
91f2a49dff
@ -2,7 +2,7 @@
|
||||
|
||||
Name: nodejs-packaging
|
||||
Version: 2023.10
|
||||
Release: %autorelease
|
||||
Release: %autorelease -e 0.riscv64
|
||||
Summary: RPM Macros and Utilities for Node.js Packaging
|
||||
BuildArch: noarch
|
||||
License: MIT
|
||||
@ -31,7 +31,7 @@ BuildRequires: python3
|
||||
|
||||
# Several of the macros require the /usr/bin/node command, so we need to
|
||||
# ensure that it is present when packaging.
|
||||
Requires: /usr/bin/node
|
||||
#Requires: /usr/bin/node
|
||||
Requires: redhat-rpm-config
|
||||
|
||||
%description
|
||||
@ -90,6 +90,9 @@ install -Dpm0755 nodejs-packaging-bundler %{buildroot}%{_bindir}/nodejs-packagin
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Nov 13 2024 David Abdurachmanov <davidlt@rivosinc.com> - 2022.10-2.0.riscv64
|
||||
- Remove Requires for /usr/bin/node (riscv64)
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2022.10-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user