From 8a7b72f7cd1ccd547a03eb4243294e741d661d3f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 8 Feb 2019 08:30:37 +0100 Subject: Adding upstream version 1.12.0. Signed-off-by: Daniel Baumann --- netdata.spec.in | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'netdata.spec.in') diff --git a/netdata.spec.in b/netdata.spec.in index b54a91e9f..5db24bd72 100644 --- a/netdata.spec.in +++ b/netdata.spec.in @@ -80,8 +80,8 @@ Recommends: python2-psycopg2 \ %endif Summary: Real-time performance monitoring, done right -Name: @PACKAGE_NAME@ -Version: @PACKAGE_RPM_VERSION@ +Name: netdata +Version: 1.12.0 Release: 1%{?dist} License: GPLv3+ Group: Applications/System @@ -129,6 +129,7 @@ happened, on your systems and applications. %setup -q -n @PACKAGE_NAME@-@PACKAGE_VERSION@ %build +autoreconf -i %configure \ --with-zlib \ --with-math \ @@ -211,7 +212,7 @@ rm -rf "${RPM_BUILD_ROOT}" %endif %attr(0770,netdata,netdata) %dir %{_localstatedir}/cache/%{name} -%attr(0770,netdata,netdata) %dir %{_localstatedir}/log/%{name} +%attr(0755,netdata,root) %dir %{_localstatedir}/log/%{name} %attr(0770,netdata,netdata) %dir %{_localstatedir}/lib/%{name} %dir %{_datadir}/%{name} @@ -225,7 +226,7 @@ rm -rf "${RPM_BUILD_ROOT}" %dir %{_libdir}/%{name}/conf.d/health.d %dir %{_libdir}/%{name}/conf.d/python.d %dir %{_libdir}/%{name}/conf.d/charts.d -%dir %{_libdir}/%{name}/conf.d/node.d +#%dir %{_libdir}/%{name}/conf.d/node.d %dir %{_libdir}/%{name}/conf.d/statsd.d %if %{with systemd} @@ -240,5 +241,12 @@ rm -rf "${RPM_BUILD_ROOT}" %{_datadir}/%{name}/web %changelog +* Wed Jan 02 2019 Pawel Krupa - 0.0.0-3 +- Temporary set version statically +- Fix changelog ordering +- Comment-out node.d configuration directory +* Wed Jan 02 2019 Pawel Krupa - 0.0.0-2 +- Fix permissions for log files * Sun Nov 15 2015 Alon Bar-Lev - 0.0.0-1 - Initial add. + -- cgit v1.2.3