summaryrefslogtreecommitdiffstats
path: root/netdata.spec.in
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2020-02-06 15:12:19 -0500
committerGitHub <noreply@github.com>2020-02-06 15:12:19 -0500
commitf5995f9c9e84a2758886616d56e8dcf58c9f3005 (patch)
tree2773aee7f65b131faa3cf187a3e5fc237bc84396 /netdata.spec.in
parent6b119d9170fce726e9a5720edc83f6d9ac88e7ce (diff)
Fix CentOS 7 RPM build failures. (#7993)
* Correct date in RPM spec file changelog. 2020-01-01 was a Wednesday, not a Thursday. * Don't mark go.d.plugin executable in staging area. This prevents it from being checked for C-style debug info that it doesn't have, thus allowing the build to continue correctly.
Diffstat (limited to 'netdata.spec.in')
-rw-r--r--netdata.spec.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/netdata.spec.in b/netdata.spec.in
index 0e59a93d41..d44e91f519 100644
--- a/netdata.spec.in
+++ b/netdata.spec.in
@@ -395,7 +395,7 @@ install_go() {
return 0
}
install_go
-install -m 0750 -p go.d.plugin "${RPM_BUILD_ROOT}%{_libexecdir}/%{name}/plugins.d/go.d.plugin"
+install -m 0640 -p go.d.plugin "${RPM_BUILD_ROOT}%{_libexecdir}/%{name}/plugins.d/go.d.plugin"
%pre
@@ -517,7 +517,7 @@ are sensor monitoring, system event monitoring, power control, and serial-over-L
%attr(4750,root,netdata) %{_libexecdir}/%{name}/plugins.d/freeipmi.plugin
%changelog
-* Thu Jan 01 2020 Austin Hemmelgarn <austin@netdata.cloud> 0.0.0-12
+* Wed Jan 01 2020 Austin Hemmelgarn <austin@netdata.cloud> 0.0.0-12
- Add explicit installation of log and cache directories
- Clean up build dependencies.
* Thu Dec 19 2019 Austin Hemmelgarn <austin@netdata.cloud> 0.0.0-11