diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-02-08 07:31:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-02-08 07:31:03 +0000 |
commit | 50485bedfd9818165aa1d039d0abe95a559134b7 (patch) | |
tree | 79c7b08f67edcfb0c936e7a22931653b91189b9f /netdata.spec.in | |
parent | Releasing debian version 1.11.1+dfsg-7. (diff) | |
download | netdata-50485bedfd9818165aa1d039d0abe95a559134b7.tar.xz netdata-50485bedfd9818165aa1d039d0abe95a559134b7.zip |
Merging upstream version 1.12.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'netdata.spec.in')
-rw-r--r-- | netdata.spec.in | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/netdata.spec.in b/netdata.spec.in index b54a91e9..5db24bd7 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 <pkrupa@redhat.com> - 0.0.0-3 +- Temporary set version statically +- Fix changelog ordering +- Comment-out node.d configuration directory +* Wed Jan 02 2019 Pawel Krupa <pkrupa@redhat.com> - 0.0.0-2 +- Fix permissions for log files * Sun Nov 15 2015 Alon Bar-Lev <alonbl@redhat.com> - 0.0.0-1 - Initial add. + |