]> arthur.barton.de Git - netdata.git/blobdiff - netdata.spec.in
fix numa plugin to work only on the expected values; fixes #1868
[netdata.git] / netdata.spec.in
index fc4565e3c6372bc6454a5f48956b1fdebd91aaee..62fef6d9cc0bfa0f729a9a496af2e66292088053 100644 (file)
@@ -128,7 +128,7 @@ install -m755 system/netdata-init-d \
 
 %post
 %distro_post
-setcap cap_dac_read,cap_sys_ptrace+ep /usr/libexec/netdata/plugins.d/apps.plugin || chmod 1755 /usr/libexec/netdata/plugins.d/apps.plugin
+setcap cap_dac_read_search,cap_sys_ptrace+ep /usr/libexec/netdata/plugins.d/apps.plugin || chmod 1755 /usr/libexec/netdata/plugins.d/apps.plugin
 
 %preun
 %distro_preun
@@ -216,6 +216,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/%{name}/web
 
 %changelog
+* Sun Jan 22 2017 Costa Tsaousis <costa@tsaousis.gr> - 1.5.0-1
+- FreeBSD, MacOS, FreeNAS
+- Backends support
+- dozens of new and improved plugins
+- dozens of new and improved alarms and notification methods
 * Tue Oct 4 2016 Costa Tsaousis <costa@tsaousis.gr> - 1.4.0-1
 - the fastest netdata ever (with a better look too)!
 - improved IoT and containers support!