[nodejs-util/epel7: 1/3] fixed dependency version issue on < fc20OC

piotrp piotrp at fedoraproject.org
Fri Dec 12 23:35:42 UTC 2014


commit 773628a3e83136fd5054d26b542e6dc85dd9a4c0
Author: Piotr Popieluch <piotr1212 at gmail.com>
Date:   Sat Dec 13 00:33:24 2014 +0100

    fixed dependency version issue on < fc20OC

 nodejs-util.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-util.spec b/nodejs-util.spec
index 6b2fcee..907c329 100644
--- a/nodejs-util.spec
+++ b/nodejs-util.spec
@@ -3,7 +3,7 @@
 
 Name:           nodejs-%{srcname}
 Version:        0.10.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Node.JS util module
 License:        MIT
 URL:            https://github.com/defunctzombie/node-util
@@ -26,6 +26,7 @@ BuildRequires:  npm(inherits)
 %prep
 %setup -q -n package
 rm -rf node_modules/
+%nodejs_fixdep inherits '2.x'
 
 
 %build
@@ -52,5 +53,8 @@ cp -pr package.json util.js support/ %{buildroot}%{nodejs_sitelib}/%{srcname}
 
 
 %changelog
+* Sat Dec 13 2014 Piotr Popieluch <piotr1212 at gmail.com> - 0.10.3-2
+- fixdep nodejs-inherits, 2.0.1 is not available on < fc20
+
 * Tue Nov 18 2014 Piotr Popieluch <piotr1212 at gmail.com> - 0.10.3-1
 - Initial package


More information about the scm-commits mailing list