Hello community,

here is the log from the commit of package netdata for openSUSE:Factory checked 
in at 2020-10-15 13:49:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/netdata (Old)
 and      /work/SRC/openSUSE:Factory/.netdata.new.3486 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "netdata"

Thu Oct 15 13:49:23 2020 rev:23 rq:841829 version:1.26.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/netdata/netdata.changes  2020-10-02 
17:35:10.754662621 +0200
+++ /work/SRC/openSUSE:Factory/.netdata.new.3486/netdata.changes        
2020-10-15 13:49:52.693286265 +0200
@@ -1,0 +2,47 @@
+Wed Oct 14 23:35:47 UTC 2020 - Mia Herkt <[email protected]>
+
+- Fix RPM file list
+- Update to v1.26.0 (go.d.plugin 0.23.0):
+Improvements
+  * Add the ability to send Agent alarm notifications to StackPulse
+  * Add a way to get build configuration info from the Agent
+  * Add chart for churn rates to python.d/rabbitmq
+  * Add failed dim to the connection_fails alarm in the Portcheck
+    alarm
+  * Improve the data query when using the context parameter
+  * Add a context parameter to the data endpoint
+
+(Netdata Cloud)
+  * Change default ACLK query thread count
+  * Remove leading whitespace before JSON in ACLK
+  * Allow using libwebsockets without SOCKS5
+  * Add information about Cloud disabled status to -W buildinfo
+
+(Collectors)
+  * Update go.d.plugin version to v0.23.0
+    + Add new filecheck collector
+    + Add new systemd unit state collector
+    + Add new ISC DHCP collector
+
+(Dashboard)
+  * Add missing period in Netdata dashboard
+
+Bug Fixes
+  * Fix systemd comment syntax
+  * Fix file descriptor leak in Infiniband collector (proc.plugin)
+  * Fix the data endpoint to prioritize chart over context if both
+    are present
+  * Fix cleanup of obsolete charts
+  * Fix build for the AWS Kinesis exporting connector
+  * Fix gauges for go.d.plugin/web_log collector
+  * Fix locking order to address CID_362348
+  * Fix chart's last accessed time during context queries
+  * Fix resource leak in case of malformed request to Netdata Cloud
+
+-------------------------------------------------------------------
+Thu Oct  1 16:05:13 UTC 2020 - Andreas Schneider <[email protected]>
+
+- Move edit-config to libexeddir
+- Fix conf.d path in edit-config
+
+-------------------------------------------------------------------

Old:
----
  go.d.plugin-v0.22.0.tar.gz
  netdata-v1.25.0.tar.gz

New:
----
  go.d.plugin-v0.23.0.tar.gz
  netdata-v1.26.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ netdata.spec ++++++
--- /var/tmp/diff_new_pack.d8W9ch/_old  2020-10-15 13:49:57.693288357 +0200
+++ /var/tmp/diff_new_pack.d8W9ch/_new  2020-10-15 13:49:57.697288359 +0200
@@ -18,9 +18,9 @@
 
 %define netdata_user    netdata
 %define netdata_group   netdata
-%define godplugin_version 0.22.0
+%define godplugin_version 0.23.0
 Name:           netdata
-Version:        1.25.0
+Version:        1.26.0
 Release:        0
 Summary:        A system for distributed real-time performance and health 
monitoring
 # netdata is GPL-3.0+, other licenses refer to included third-party software 
(see REDISTRIBUTED.md)
@@ -133,7 +133,10 @@
 sed -i 's,^#!%{_bindir}/env bash,#!/bin/bash,;s,^#!%{_bindir}/env 
sh,#!/bin/sh,' \
     %{buildroot}%{_libexecdir}/%{name}/plugins.d/* \
     %{buildroot}%{_sysconfdir}/%{name}/edit-config
-%fdupes -s %{buildroot}
+
+# Respect FHS
+mv %{buildroot}%{_sysconfdir}/%{name}/edit-config 
%{buildroot}%{_libexecdir}/%{name}
+sed -i 's|/usr/lib|%{_libdir}|' %{buildroot}%{_libexecdir}/%{name}/edit-config
 
 # This should be opt-in, not opt-out. I do not believe most users would agree
 # with sending usage data to Google Analytics, whether anonymized or not.
@@ -141,15 +144,21 @@
 touch %{buildroot}%{_sysconfdir}/%{name}/.opt-out-from-anonymous-statistics
 
 %if 0%{?sle_version} >= 150200
-cd go.d.plugin-%{godplugin_version}
-cp -r config/* %{buildroot}%{_libdir}/%{name}/conf.d
+pushd go.d.plugin-%{godplugin_version}
+
+install -d -m 0755 %{buildroot}/%{_libdir}/%{name}/conf.d
+cp -a config/* %{buildroot}/%{_libdir}/%{name}/conf.d
+
 install -m0755 -p bin/go.d.plugin 
%{buildroot}%{_libexecdir}/%{name}/plugins.d/go.d.plugin
+popd
 %endif
 
 install -m 755 -d %{buildroot}%{_localstatedir}/cache/%{name}
 install -m 755 -d %{buildroot}%{_localstatedir}/log/%{name}
 install -m 755 -d %{buildroot}%{_localstatedir}/lib/%{name}/registry
 
+%fdupes -s %{buildroot}
+
 %pre
 getent group %{netdata_group} >/dev/null || \
     %{_sbindir}/groupadd -r %{netdata_group}
@@ -202,6 +211,6 @@
 %config(noreplace) %{_sysconfdir}/%{name}/.opt-out-from-anonymous-statistics
 %config(noreplace) %{_sysconfdir}/%{name}/*.conf
 
-%attr(0750,root,%{netdata_group}) %{_sysconfdir}/%{name}/edit-config
+%attr(0750,root,%{netdata_group}) %{_libexecdir}/%{name}/edit-config
 
 %changelog

++++++ _service ++++++
--- /var/tmp/diff_new_pack.d8W9ch/_old  2020-10-15 13:49:57.729288372 +0200
+++ /var/tmp/diff_new_pack.d8W9ch/_new  2020-10-15 13:49:57.729288372 +0200
@@ -1,5 +1,5 @@
 <services>
        <service name="go_modules" mode="disabled">
-               <param name="archive">go.d.plugin-v0.22.0.tar.gz</param>
+               <param name="archive">go.d.plugin-v0.23.0.tar.gz</param>
        </service>
 </services>

++++++ go.d.plugin-v0.22.0.tar.gz -> go.d.plugin-v0.23.0.tar.gz ++++++
++++ 21210 lines of diff (skipped)

++++++ netdata-v1.25.0.tar.gz -> netdata-v1.26.0.tar.gz ++++++
++++ 9610 lines of diff (skipped)

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/netdata/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.netdata.new.3486/vendor.tar.gz differ: char 1, line 
1


Reply via email to