|
|
@ -1,5 +1,5 @@
|
|
|
|
Name: nodejs-packaging
|
|
|
|
Name: nodejs-packaging
|
|
|
|
Version: 3
|
|
|
|
Version: 4
|
|
|
|
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
|
|
|
@ -39,6 +39,9 @@ install -Dpm0644 multiver_modules %{buildroot}%{_datadir}/node/multiver_modules
|
|
|
|
%doc LICENSE
|
|
|
|
%doc LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Jul 29 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 4-1
|
|
|
|
|
|
|
|
- handle cases where the symlink target exists gracefully
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 10 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 3-1
|
|
|
|
* Wed Jul 10 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 3-1
|
|
|
|
- dependencies and engines can be lists or strings too
|
|
|
|
- dependencies and engines can be lists or strings too
|
|
|
|
- handle unversioned dependencies on multiply versioned modules correctly
|
|
|
|
- handle unversioned dependencies on multiply versioned modules correctly
|
|
|
|