Only match top level modules for requires and provides generation
This commit is contained in:
parent
1f15ed7943
commit
0f8a055f94
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
||||
/nodejs-packaging-fedora-11.tar.xz
|
||||
/nodejs-packaging-fedora-12.tar.xz
|
||||
/nodejs-packaging-fedora-13.tar.xz
|
||||
/nodejs-packaging-fedora-14.tar.xz
|
||||
|
@ -1,7 +1,7 @@
|
||||
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
||||
|
||||
Name: nodejs-packaging
|
||||
Version: 13
|
||||
Version: 14
|
||||
Release: 1%{?dist}
|
||||
Summary: RPM Macros and Utilities for Node.js Packaging
|
||||
BuildArch: noarch
|
||||
@ -47,6 +47,9 @@ install -Dpm0644 multiver_modules %{buildroot}%{_datadir}/node/multiver_modules
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Apr 12 2018 Tom Hughes <tom@compton.nu> - 14-1
|
||||
- Only match top level modules for requires and provides generation
|
||||
|
||||
* Wed Feb 28 2018 Tom Hughes <tom@compton.nu> - 13-1
|
||||
- Add %%nodejs_setversion macro
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (nodejs-packaging-fedora-13.tar.xz) = 0d20be3e8d7c30f545d60c1e8d59372e244ed75c2de93cf80ae095bda3b0ab2a0c2651c7eb51e2f1a71571801a572e4aa00c282f1729c47e56ca8fb1222cfd8c
|
||||
SHA512 (nodejs-packaging-fedora-14.tar.xz) = 0890e5aa5a2f6d7ef9b558ba68c4b6379417796365fb2df5912ed21aea10fa10587c34f9241daae14a53bd9da4a5f188933ed2c0b655f4101f1fc222c9ff2677
|
||||
|
Loading…
Reference in New Issue
Block a user