Update to 2021.06
bundler: Handle archaic license metadata bundler: Warn about bundled dependencies with no license metadata Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
2ab3684dd6
commit
bef475468a
@ -1,8 +1,8 @@
|
||||
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
||||
|
||||
Name: nodejs-packaging
|
||||
Version: 2021.01
|
||||
Release: 3%{?dist}
|
||||
Version: 2021.06
|
||||
Release: 1%{?dist}
|
||||
Summary: RPM Macros and Utilities for Node.js Packaging
|
||||
BuildArch: noarch
|
||||
License: MIT
|
||||
@ -84,6 +84,11 @@ install -Dpm0755 nodejs-packaging-bundler %{buildroot}%{_bindir}/nodejs-packagin
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jun 02 2021 Stephen Gallagher <sgallagh@redhat.com> - 2021.06-1
|
||||
- Update to 2021.06-1
|
||||
- bundler: Handle archaic license metadata
|
||||
- bundler: Warn about bundled dependencies with no license metadata
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2021.01-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user