Ensure nodejs(engine) is required for packages with no dependencies
This commit is contained in:
parent
47235c6094
commit
f3e8a0485d
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@
|
||||
/nodejs-packaging-fedora-20.tar.xz
|
||||
/nodejs-packaging-fedora-21.tar.xz
|
||||
/nodejs-packaging-fedora-22.tar.xz
|
||||
/nodejs-packaging-fedora-23.tar.xz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
||||
|
||||
Name: nodejs-packaging
|
||||
Version: 22
|
||||
Release: 2%{?dist}
|
||||
Version: 23
|
||||
Release: 1%{?dist}
|
||||
Summary: RPM Macros and Utilities for Node.js Packaging
|
||||
BuildArch: noarch
|
||||
License: MIT
|
||||
@ -53,6 +53,9 @@ install -Dpm0644 multiver_modules %{buildroot}%{_datadir}/node/multiver_modules
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Oct 31 2019 Tom Hughes <tom@compton.nu> - 23-1
|
||||
- Ensure nodejs(engine) is required for packages with no dependencies
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 22-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (nodejs-packaging-fedora-22.tar.xz) = c4760b591c68bbea349e963272d26e1436389cf65a0dc81c5148ad02e0e8c3c375e91767c64ea7249ec2a303eac883e8c9ceb4587151365226a93bf0817bf55e
|
||||
SHA512 (nodejs-packaging-fedora-23.tar.xz) = 9a49c6a4d59a80d757f4e556b6bcdf771d6a3a037a28b00f31eaefc737c85add130cd7e2281ff0f423ee87bcfa0d8cb34a400f0c5678f9af031911c4d80084c4
|
||||
|
Loading…
Reference in New Issue
Block a user