nodejs-packaging-9
- nodejs-fixdep: stop --move erroring on missing dependency types
This commit is contained in:
parent
207e477ec0
commit
697d52f261
3 changed files with 6 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -4,3 +4,4 @@
|
|||
/nodejs-packaging-fedora-6.tar.xz
|
||||
/nodejs-packaging-fedora-7.tar.xz
|
||||
/nodejs-packaging-fedora-8.tar.xz
|
||||
/nodejs-packaging-fedora-9.tar.xz
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
||||
|
||||
Name: nodejs-packaging
|
||||
Version: 8
|
||||
Version: 9
|
||||
Release: 1%{?dist}
|
||||
Summary: RPM Macros and Utilities for Node.js Packaging
|
||||
BuildArch: noarch
|
||||
|
|
@ -46,6 +46,9 @@ install -Dpm0644 multiver_modules %{buildroot}%{_datadir}/node/multiver_modules
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Feb 2 2016 Tom Hughes <tom@compton.nu> - 9-1
|
||||
- nodejs-fixdep: stop --move erroring on missing dependency types
|
||||
|
||||
* Sun Jan 31 2016 Tom Hughes <tom@compton.nu> - 8-1
|
||||
- nodejs-fixdep: add --move option
|
||||
- nodejs-symlink-deps: add --optional option
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
765560d616f6b78fc5e54aa6d9fa146e nodejs-packaging-fedora-8.tar.xz
|
||||
5e05353f9083203fc3413c22be38aa96 nodejs-packaging-fedora-9.tar.xz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue