handle cases where the symlink target exists gracefully
This commit is contained in:
parent
8290f50dac
commit
2d79629f14
3 changed files with 7 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,3 +1,5 @@
|
|||
/nodejs-packaging-fedora-2.tar.xz
|
||||
/nodejs-packaging-fedora-3.tar.xz
|
||||
/nodejs-packaging-el6-3.tar.xz
|
||||
/nodejs-packaging.spec
|
||||
/nodejs-packaging-el6-4.tar.xz
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Name: nodejs-packaging
|
||||
Version: 3
|
||||
Version: 4
|
||||
Release: 1%{?dist}
|
||||
Summary: RPM Macros and Utilities for Node.js Packaging
|
||||
BuildArch: noarch
|
||||
|
|
@ -37,6 +37,9 @@ install -Dpm0644 multiver_modules %{buildroot}%{_datadir}/node/multiver_modules
|
|||
%doc LICENSE
|
||||
|
||||
%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
|
||||
- dependencies and engines can be lists or strings too
|
||||
- handle unversioned dependencies on multiply versioned modules correctly
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
8bce9cb8f0352903645b2fc254a06ee4 nodejs-packaging-el6-3.tar.xz
|
||||
687514d92896502465486cf2c7c8b0ed nodejs-packaging-el6-4.tar.xz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue