|
|
@ -1,7 +1,7 @@
|
|
|
|
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
|
|
|
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
|
|
|
|
|
|
|
|
|
|
|
Name: nodejs-packaging
|
|
|
|
Name: nodejs-packaging
|
|
|
|
Version: 8
|
|
|
|
Version: 9
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: RPM Macros and Utilities for Node.js Packaging
|
|
|
|
Summary: RPM Macros and Utilities for Node.js Packaging
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
@ -46,6 +46,9 @@ install -Dpm0644 multiver_modules %{buildroot}%{_datadir}/node/multiver_modules
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%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
|
|
|
|
* Sun Jan 31 2016 Tom Hughes <tom@compton.nu> - 8-1
|
|
|
|
- nodejs-fixdep: add --move option
|
|
|
|
- nodejs-fixdep: add --move option
|
|
|
|
- nodejs-symlink-deps: add --optional option
|
|
|
|
- nodejs-symlink-deps: add --optional option
|
|
|
|