Fix hard-coded output directory in the bundler

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
epel9
Stephen Gallagher 3 years ago
parent fb332bd0ea
commit abab55a363
No known key found for this signature in database
GPG Key ID: 45DB85A568286D11

@ -2,7 +2,7 @@
Name: nodejs-packaging Name: nodejs-packaging
Version: 2021.06 Version: 2021.06
Release: 1%{?dist} Release: 2%{?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
@ -39,7 +39,7 @@ Requires: coreutils, findutils, jq
%description bundler %description bundler
nodejs-packaging-bundler bundles a node.js application node_module dependencies nodejs-packaging-bundler bundles a node.js application node_module dependencies
It gathers the application tarball. It gathers the application tarball.
It generates a runtime (prod) tarball with runtime node_module dependencies It generates a runtime (prod) tarball with runtime node_module dependencies
It generates a testing (dev) tarball with node_module dependencies for testing It generates a testing (dev) tarball with node_module dependencies for testing
It generates a bundled license file that gets the licenses in the runtime It generates a bundled license file that gets the licenses in the runtime
@ -84,6 +84,9 @@ install -Dpm0755 nodejs-packaging-bundler %{buildroot}%{_bindir}/nodejs-packagin
%changelog %changelog
* Tue Jun 22 2021 Stephen Gallagher <sgallagh@redhat.com> - 2021.06-2
- Fix hard-coded output directory in the bundler
* Wed Jun 02 2021 Stephen Gallagher <sgallagh@redhat.com> - 2021.06-1 * Wed Jun 02 2021 Stephen Gallagher <sgallagh@redhat.com> - 2021.06-1
- Update to 2021.06-1 - Update to 2021.06-1
- bundler: Handle archaic license metadata - bundler: Handle archaic license metadata

Loading…
Cancel
Save