Fix incorrect bundled library detection for Requires
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
372df431ef
commit
c68c968e27
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,3 +1,7 @@
|
||||
*.rpm
|
||||
.build-*.log
|
||||
noarch/
|
||||
nodejs-packaging-fedora-*/
|
||||
/nodejs-packaging-fedora-2.tar.xz
|
||||
/nodejs-packaging-fedora-3.tar.xz
|
||||
/nodejs-packaging-fedora-4.tar.xz
|
||||
@ -20,3 +24,4 @@
|
||||
/nodejs-packaging-fedora-22.tar.xz
|
||||
/nodejs-packaging-fedora-23.tar.xz
|
||||
/nodejs-packaging-fedora-24.tar.xz
|
||||
/nodejs-packaging-fedora-25.tar.xz
|
||||
|
@ -1,7 +1,7 @@
|
||||
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
||||
|
||||
Name: nodejs-packaging
|
||||
Version: 24
|
||||
Version: 25
|
||||
Release: 1%{?dist}
|
||||
Summary: RPM Macros and Utilities for Node.js Packaging
|
||||
BuildArch: noarch
|
||||
@ -51,6 +51,9 @@ install -Dpm0644 multiver_modules %{buildroot}%{_datadir}/node/multiver_modules
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 02 2020 Stephen Gallagher <sgallagh@redhat.com> - 25-1
|
||||
- Fix incorrect bundled library detection for Requires
|
||||
|
||||
* Tue Sep 01 2020 Stephen Gallagher <sgallagh@redhat.com> - 24-1
|
||||
- Check node_modules_prod for bundled dependencies
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (nodejs-packaging-fedora-24.tar.xz) = 5eac56aca0e1ad1a7aefcae070515a0207eb305cba43ab61f3127b962a4d9c7064c1a69f14df0adb5f70278c1a237057fe6ac224ad8d89b069e054c2896e826d
|
||||
SHA512 (nodejs-packaging-fedora-25.tar.xz) = ba82999a2ac41114f2925be7a8fe9602e9ac17474b4c4b29de888f2eec9f9ca4ec7fad0e830f763426e1c5026b212bd1d2ddc1d19dbad74ac13fb77d36f85b80
|
||||
|
Loading…
Reference in New Issue
Block a user