]> arthur.barton.de Git - netdata.git/blobdiff - netdata.spec.in
Merge pull request #1050 from ktsaou/master
[netdata.git] / netdata.spec.in
index 68a69ad7d425607bf0a943bb0856c11685623682..4e842b01c0c36719f43cadfe649c9dd2684f169f 100644 (file)
@@ -26,6 +26,7 @@ URL:          http://netdata.firehol.org/
 BuildRequires: pkgconfig
 BuildRequires: xz
 BuildRequires: zlib-devel
+BuildRequires: libuuid-devel
 
 # Packages can be found in the EPEL repo
 %if %{with nfacct}
@@ -146,6 +147,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %dir %{_sysconfdir}/%{name}
 %config(noreplace) %{_sysconfdir}/%{name}/*.conf
+%config(noreplace) %{_sysconfdir}/%{name}/health.d/*.conf
 %config(noreplace) %{_sysconfdir}/%{name}/python.d/*.conf
 %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
 
@@ -170,6 +172,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/%{name}/web
 
 %changelog
+* Sun Aug 28 2016 Costa Tsaousis <costa@tsaousis.gr> - 1.3.0-1
+- netdata now has health monitoring
+- netdata now generates badges
+- netdata now has python plugins
+- Several more improvements, new features and bugfixes.
 * Tue Jul 26 2016 Jason Barnett <J@sonBarnett.com> - 1.2.0-2
 - Added support for EL6
 - Corrected several Requires statements