import nodejs-packaging-17-3.module+el8+2873+aa7dfd9a
This commit is contained in:
parent
95bd2d53aa
commit
b642c4560d
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: nodejs-packaging
|
Name: nodejs-packaging
|
||||||
Version: 17
|
Version: 17
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: RPM Macros and Utilities for Node.js Packaging
|
Summary: RPM Macros and Utilities for Node.js Packaging
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -13,7 +13,7 @@ ExclusiveArch: %{nodejs_arches} noarch
|
|||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
|
|
||||||
#nodejs-devel before 0.10.12 provided these macros and owned /usr/share/node
|
#nodejs-devel before 0.10.12 provided these macros and owned /usr/share/node
|
||||||
Requires: nodejs(engine) >= 0.10.12
|
Recommends: nodejs(engine) >= 0.10.12
|
||||||
Requires: redhat-rpm-config
|
Requires: redhat-rpm-config
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -57,6 +57,9 @@ install -Dpm0644 multiver_modules %{buildroot}%{_datadir}/node/multiver_modules
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 12 2019 zsvetlik@redhat.com - 17-3
|
||||||
|
- Change Requires to Recommends on nodejs dependency, so it is usable for building nodejs
|
||||||
|
|
||||||
* Wed Jul 04 2018 Tomas Orsava <torsava@redhat.com> - 17-2
|
* Wed Jul 04 2018 Tomas Orsava <torsava@redhat.com> - 17-2
|
||||||
- Switch hardcoded python3 shebangs into the %%{__python3} macro
|
- Switch hardcoded python3 shebangs into the %%{__python3} macro
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user