[nodejs-packaging/f18: 2/3] handle cases where the symlink target exists gracefully

T.C. Hollingsworth patches at fedoraproject.org
Mon Jul 29 23:48:14 UTC 2013


commit 7a4498574de1020a57b7be98e6d8fe4104acf8ec
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Mon Jul 29 16:43:03 2013 -0700

    handle cases where the symlink target exists gracefully

 .gitignore            |    1 +
 nodejs-packaging.spec |    5 ++++-
 sources               |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 500d525..a1e7e24 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /nodejs-packaging-fedora-2.tar.xz
 /nodejs-packaging-fedora-3.tar.xz
+/nodejs-packaging-fedora-4.tar.xz
diff --git a/nodejs-packaging.spec b/nodejs-packaging.spec
index 3ec72e1..1320fa2 100644
--- a/nodejs-packaging.spec
+++ b/nodejs-packaging.spec
@@ -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
@@ -39,6 +39,9 @@ install -Dpm0644 multiver_modules %{buildroot}%{_datadir}/node/multiver_modules
 %doc LICENSE
 
 %changelog
+* Mon Jul 29 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 4-1
+- handle cases where the symlink target exists gracefully
+
 * Wed Jul 10 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 3-1
 - dependencies and engines can be lists or strings too
 - handle unversioned dependencies on multiply versioned modules correctly
diff --git a/sources b/sources
index 2a82e73..de539ef 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-db11ae6bd03735ac97e1329fbc82f38c  nodejs-packaging-fedora-3.tar.xz
+162c62e0164591c950123508cce1d9fe  nodejs-packaging-fedora-4.tar.xz


More information about the scm-commits mailing list