[nodejs-xtend/el6] Add missing dependency generator

Parag Nemade pnemade at fedoraproject.org
Thu Oct 30 15:25:17 UTC 2014


commit 305c463aa55e1b1c065a492aa41583f27ab3d0d5
Author: Parag Nemade <pnemade at redhat.com>
Date:   Thu Oct 30 20:55:23 2014 +0530

    Add missing dependency generator

 nodejs-xtend.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-xtend.spec b/nodejs-xtend.spec
index e48c1ef..1d00251 100644
--- a/nodejs-xtend.spec
+++ b/nodejs-xtend.spec
@@ -1,8 +1,11 @@
+# for EPEL dependency generator
+%{?nodejs_find_provides_and_requires}
+
 %global module_name xtend
 
 Name:           nodejs-%{module_name}
 Version:        4.0.0
-Release:        2%{?dist}
+Release:        2.1%{?dist}
 Summary:        Extend like a boss
 
 License:        MIT
@@ -45,6 +48,9 @@ node test.js
 
 
 %changelog
+* Thu Oct 30 2014 Parag Nemade <pnemade AT redhat DOT com> - 4.0.0-2.1
+- Add missing dependency generator
+
 * Fri Oct 24 2014 Parag Nemade <pnemade AT redhat DOT com> - 4.0.0-2
 - Add missing BR: npm(tape)
 - fixed whitespace typo


More information about the scm-commits mailing list