Resolves: RHBZ#1953991
Update to 24, check node_modules_prod for bundled dependencies
This commit is contained in:
parent
c1a8c50fa3
commit
7785a7f4cd
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
||||
/nodejs-packaging-fedora-16.tar.xz
|
||||
/nodejs-packaging-fedora-17.tar.xz
|
||||
/nodejs-packaging-fedora-23.tar.xz
|
||||
/nodejs-packaging-fedora-24.tar.xz
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
||||
|
||||
Name: nodejs-packaging
|
||||
Version: 23
|
||||
Release: 3%{?dist}
|
||||
Version: 24
|
||||
Release: 1%{?dist}
|
||||
Summary: RPM Macros and Utilities for Node.js Packaging
|
||||
BuildArch: noarch
|
||||
License: MIT
|
||||
@ -53,6 +53,9 @@ install -Dpm0644 multiver_modules %{buildroot}%{_datadir}/node/multiver_modules
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Sep 01 2020 Stephen Gallagher <sgallagh@redhat.com> - 24-1
|
||||
- Check node_modules_prod for bundled dependencies
|
||||
|
||||
* Wed May 06 2020 Zuzana Svetlikova <zsvetlik@redhat.com> - 23-3
|
||||
- Updated
|
||||
- Removed pathfix.py
|
||||
|
||||
Loading…
Reference in New Issue
Block a user