Refactor nodejs.req in more idiomatic Python
Also treat only external dependency links as un-bundled.
This commit is contained in:
parent
0af8638afd
commit
9875fea47c
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
||||
/nodejs-packaging-fedora-19.tar.xz
|
||||
/nodejs-packaging-fedora-20.tar.xz
|
||||
/nodejs-packaging-fedora-21.tar.xz
|
||||
/nodejs-packaging-fedora-22.tar.xz
|
||||
|
@ -1,7 +1,7 @@
|
||||
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
||||
|
||||
Name: nodejs-packaging
|
||||
Version: 21
|
||||
Version: 22
|
||||
Release: 1%{?dist}
|
||||
Summary: RPM Macros and Utilities for Node.js Packaging
|
||||
BuildArch: noarch
|
||||
@ -53,6 +53,10 @@ install -Dpm0644 multiver_modules %{buildroot}%{_datadir}/node/multiver_modules
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jul 2 2019 Tom Hughes <tom@compton.nu> - 22-1
|
||||
- Refactor nodejs.req in more idiomatic Python
|
||||
- Treat only external dependency links as un-bundled
|
||||
|
||||
* Mon Jun 10 2019 Tom Hughes <tom@compton.nu> - 21-1
|
||||
- Refactor nodejs.prov in more idiomatic Python
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (nodejs-packaging-fedora-21.tar.xz) = 23e9b9e35d3f6c148aca76129c73fd040990e4317e086bff29aa248b98174309e69ce7ea42d9c9ef70dc410f8721727ac7546dea2116b9d9c91b94f215b2637d
|
||||
SHA512 (nodejs-packaging-fedora-22.tar.xz) = c4760b591c68bbea349e963272d26e1436389cf65a0dc81c5148ad02e0e8c3c375e91767c64ea7249ec2a303eac883e8c9ceb4587151365226a93bf0817bf55e
|
||||
|
Loading…
x
Reference in New Issue
Block a user