commit 5c048d80bada30d1c924423d8ee7cf64acf3e862
Author: Elan Ruusamäe <[email protected]>
Date: Tue Apr 5 21:51:03 2016 +0300
keep permissions in libexecdir
netdata.spec | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/netdata.spec b/netdata.spec
index 975c099..a74ea27 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.1
+Release: 0.2
License: GPL v2+
Group: Applications/System
Source0:
https://github.com/firehol/netdata/archive/v%{version}/%{name}-%{version}.tar.gz
@@ -79,7 +79,12 @@ rm -rf $RPM_BUILD_ROOT
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/*.conf
%attr(755,root,root) %{_sbindir}/%{name}
%{_datadir}/%{name}
-%{_libexecdir}/%{name}
+%dir %{_libexecdir}/%{name}
%{systemdunitdir}/netdata.service
%attr(755,netdata,netdata) %dir %{_localstatedir}/cache/%{name}
%attr(755,netdata,netdata) %dir %{_localstatedir}/log/%{name}
+
+%defattr(-,root,root,-)
+%{_libexecdir}/%{name}/charts.d
+%{_libexecdir}/%{name}/node.d
+%{_libexecdir}/%{name}/plugins.d
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/netdata.git/commitdiff/5c048d80bada30d1c924423d8ee7cf64acf3e862
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit