Release v10
Automatically generate Provides for bundled npm dependencies Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
ab09ef0640
commit
79a61a71ff
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/nodejs-packaging-fedora-7.tar.xz
|
||||
/nodejs-packaging-fedora-8.tar.xz
|
||||
/nodejs-packaging-fedora-9.tar.xz
|
||||
/nodejs-packaging-fedora-10.tar.xz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
||||
|
||||
Name: nodejs-packaging
|
||||
Version: 9
|
||||
Release: 4%{?dist}
|
||||
Version: 10
|
||||
Release: 1%{?dist}
|
||||
Summary: RPM Macros and Utilities for Node.js Packaging
|
||||
BuildArch: noarch
|
||||
License: MIT
|
||||
@ -46,6 +46,10 @@ install -Dpm0644 multiver_modules %{buildroot}%{_datadir}/node/multiver_modules
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Sep 12 2017 Stephen Gallagher <sgallagh@redhat.com> - 10-1
|
||||
- Release v10
|
||||
- Automatically generate Provides for bundled npm dependencies
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 9-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (nodejs-packaging-fedora-9.tar.xz) = 9a989c17f691761899af0186b788cc952bee61ce0a27254fa413ad5c636aaa9916243effde3399fe21794937509dbd2952e2d94797f855dc3c4c1ee7deb05aec
|
||||
SHA512 (nodejs-packaging-fedora-10.tar.xz) = 73b3ae20cd9e808fb3613afdcf020689a47d9699cd7bf4f2a6d0a55ad5f3e05921fd0c535e21c4fa237dffac332daa0118f87ae1b70cd1d166f9e71bb3eb4c91
|
||||
|
Loading…
Reference in New Issue
Block a user