[nodejs-ws/el6] Remove examples on EL6 so extra depenencies arn't pulled in. (#1049580)

tdawson tdawson at fedoraproject.org
Fri Jan 24 15:28:47 UTC 2014


commit 45980ef346eda7220fcede899d3f87787ae3164e
Author: Troy Dawson <tdawson at redhat.com>
Date:   Fri Jan 24 09:29:04 2014 -0600

    Remove examples on EL6 so extra depenencies arn't pulled in. (#1049580)

 nodejs-ws.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nodejs-ws.spec b/nodejs-ws.spec
index 469f909..d61ebab 100644
--- a/nodejs-ws.spec
+++ b/nodejs-ws.spec
@@ -10,7 +10,7 @@
 Summary:       Web socket client, server and console for nodejs
 Name:          nodejs-%{npm_name}
 Version:       0.4.25
-Release:       6%{?dist}
+Release:       7%{?dist}
 Group:         System Environment/Libraries
 License:       MIT
 URL:           https://github.com/einaros/ws
@@ -61,11 +61,14 @@ make test
 %endif
 
 %files
-%doc History.md README.md examples doc
+%doc History.md README.md doc
 %{nodejs_sitelib}/%{npm_name}
 %{_bindir}/wscat
 
 %changelog
+* Fri Jan 24 2014 Troy Dawson <tdawson at redhat.com> - 0.4.25-7
+- Remove examples on EL6 so extra depenencies arn't pulled in. (#1049580)
+
 * Fri Jan 03 2014 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.4.25-6
 - add macro to invoke dependency generator on EL6
 


More information about the scm-commits mailing list