[nodejs-chainsaw/el6] Add missing dependency generator

Parag Nemade pnemade at fedoraproject.org
Thu Oct 30 15:33:58 UTC 2014


commit 4c8a0f1580645207c68893af836dbdc5ba7364a3
Author: Parag Nemade <pnemade at redhat.com>
Date:   Thu Oct 30 21:04:04 2014 +0530

    Add missing dependency generator

 nodejs-chainsaw.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-chainsaw.spec b/nodejs-chainsaw.spec
index 29736b1..7b4b9dd 100644
--- a/nodejs-chainsaw.spec
+++ b/nodejs-chainsaw.spec
@@ -1,8 +1,11 @@
+# for EPEL dependency generator
+%{?nodejs_find_provides_and_requires}
+
 %global module_name chainsaw
 
 Name:           nodejs-%{module_name}
 Version:        0.1.0
-Release:        1%{?dist}
+Release:        1.1%{?dist}
 Summary:        Build chainable fluent interfaces the easy way
 
 License:        MIT
@@ -44,6 +47,9 @@ node test/*.js
 
 
 %changelog
+* Thu Oct 30 2014 Parag Nemade <pnemade AT redhat DOT com> - 0.1.0-1.1
+- Add missing dependency generator
+
 * Mon Sep 15 2014 Parag Nemade <pnemade AT redhat DOT com> - 0.1.0-1
 - Initial packaging
 


More information about the scm-commits mailing list