[nodejs-statuses] runtime needs codes.json

Parag Nemade pnemade at fedoraproject.org
Fri Feb 20 06:22:22 UTC 2015


commit c2615991b927de8268db2b5d319549e2cdce431e
Author: Parag Nemade <pnemade at redhat.com>
Date:   Fri Feb 20 11:52:17 2015 +0530

    runtime needs codes.json

 nodejs-statuses.spec | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/nodejs-statuses.spec b/nodejs-statuses.spec
index fd4f080..978af1f 100644
--- a/nodejs-statuses.spec
+++ b/nodejs-statuses.spec
@@ -4,7 +4,7 @@
 
 Name:           nodejs-%{module_name}
 Version:        1.2.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        HTTP status utility
 
 License:        MIT
@@ -34,7 +34,8 @@ rm -rf node_modules
 
 %install
 mkdir -p %{buildroot}%{nodejs_sitelib}/%{module_name}
-cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/%{module_name}
+cp -pr package.json codes.json lib src scripts index.js \
+                                   %{buildroot}%{nodejs_sitelib}/%{module_name}
 
 %nodejs_symlink_deps
 
@@ -50,6 +51,9 @@ mocha --reporter spec --check-leaks --bail test/
 %{nodejs_sitelib}/%{module_name}
 
 %changelog
+* Fri Feb 20 2015 Parag Nemade <pnemade AT redhat DOT com> - 1.2.1-2
+- runtime needs codes.json
+
 * Mon Feb 09 2015 Parag Nemade <pnemade AT redhat DOT com> - 1.2.1-1
 - Initial packaging
 


More information about the scm-commits mailing list