[packages/netdata] move nodejs plugin runner
glen
glen at pld-linux.org
Wed Apr 6 13:03:39 CEST 2016
commit 9c1cee536eea982d3578968930258a25047ccf56
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Wed Apr 6 14:03:32 2016 +0300
move nodejs plugin runner
netdata.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/netdata.spec b/netdata.spec
index 998e77a..ba3dad0 100644
--- a/netdata.spec
+++ b/netdata.spec
@@ -6,7 +6,7 @@
Summary: Linux real time system monitoring, over the web
Name: netdata
Version: 1.0.0
-Release: 0.7
+Release: 0.8
License: GPL v3+
Group: Applications/System
Source0: https://github.com/firehol/netdata/archive/v%{version}/%{name}-%{version}.tar.gz
@@ -126,9 +126,12 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-)
%{_libexecdir}/%{name}/charts.d
%{_libexecdir}/%{name}/plugins.d
+# nodejs subpackage
+%exclude %{_libexecdir}/%{name}/plugins.d/node.d.plugin
%files nodejs
%defattr(644,root,root,755)
+%attr(755,root,root) %{_libexecdir}/%{name}/plugins.d/node.d.plugin
%dir %{_libexecdir}/%{name}/node.d
%{_libexecdir}/%{name}/node.d/README.md
%{_libexecdir}/%{name}/node.d/node_modules
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/netdata.git/commitdiff/9c1cee536eea982d3578968930258a25047ccf56
More information about the pld-cvs-commit
mailing list