Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package netdata for openSUSE:Factory checked in at 2023-05-12 20:37:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/netdata (Old) and /work/SRC/openSUSE:Factory/.netdata.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "netdata" Fri May 12 20:37:40 2023 rev:41 rq:1086588 version:1.39.0 Changes: -------- --- /work/SRC/openSUSE:Factory/netdata/netdata.changes 2023-04-24 22:31:32.779629432 +0200 +++ /work/SRC/openSUSE:Factory/.netdata.new.1533/netdata.changes 2023-05-12 20:40:29.490923934 +0200 @@ -1,0 +2,23 @@ +Thu May 11 14:37:49 UTC 2023 - Mia Herkt <m...@0x0.st> + +- Update to v1.39.0 (go.d.plugin 0.52.2) + Changes: + https://github.com/netdata/netdata/releases/tag/v1.39.0 + https://github.com/netdata/go.d.plugin/releases/tag/v0.52.0 + https://github.com/netdata/go.d.plugin/releases/tag/v0.52.1 + https://github.com/netdata/go.d.plugin/releases/tag/v0.52.2 + + Note: Future package versions will be split, with each collector + plugin getting its own package. + See also https://blog.netdata.cloud/split-plugin-packages/ + + On openSUSE, when using ZYpp-based package management, dependency + resolution should cause these split-off packages to be installed + automatically when upgrading from older versions, such that + existing configurations should not be negatively affected by this + change. For new installs, they will be soft dependencies, and + only selected automatically when installation of recommended + packages is requested. +- Refresh netdata-logrotate-su.patch + +------------------------------------------------------------------- Old: ---- go.d.plugin-v0.51.4.tar.gz netdata-v1.38.1.tar.gz New: ---- go.d.plugin-v0.52.2.tar.gz netdata-v1.39.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ netdata.spec ++++++ --- /var/tmp/diff_new_pack.lQXQS5/_old 2023-05-12 20:40:30.454929232 +0200 +++ /var/tmp/diff_new_pack.lQXQS5/_new 2023-05-12 20:40:30.462929276 +0200 @@ -18,9 +18,9 @@ %define netdata_user netdata %define netdata_group netdata -%define godplugin_version 0.51.4 +%define godplugin_version 0.52.2 Name: netdata -Version: 1.38.1 +Version: 1.39.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) @@ -37,6 +37,7 @@ BuildRequires: fdupes BuildRequires: git-core BuildRequires: judy-devel +BuildRequires: m4 BuildRequires: pkgconfig BuildRequires: snappy-devel BuildRequires: pkgconfig(grpc) @@ -54,6 +55,7 @@ BuildRequires: pkgconfig(protobuf) BuildRequires: pkgconfig(uuid) BuildRequires: pkgconfig(yajl) +BuildRequires: pkgconfig(yaml-0.1) BuildRequires: pkgconfig(zlib) Requires(pre): shadow Recommends: PyYAML @@ -66,7 +68,7 @@ Suggests: nodejs # suse_version is set to 1500 even for 15.2 %if 0%{?sle_version} >= 150200 || 0%{?suse_version} > 1500 -BuildRequires: go >= 1.19 +BuildRequires: go >= 1.20 BuildRequires: python3 %else BuildRequires: python2 @@ -94,8 +96,7 @@ using interactive web dashboards. %prep -%setup -q -n %{name}-v%{version} -%patch0 +%autosetup -n %{name}-v%{version} -p1 sed -i 's,%{_bindir}/env bash,/bin/bash,' claim/%{name}-claim.sh.in %if 0%{?sle_version} >= 150200 || 0%{?suse_version} > 1500 @@ -135,8 +136,8 @@ %install %make_install find %{buildroot} -name .keep -delete -install -D -m 0644 system/%{name}.service %{buildroot}%{_unitdir}/%{name}.service -install -D -m 0644 system/%{name}.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/%{name} +install -D -m 0644 system/systemd/%{name}.service %{buildroot}%{_unitdir}/%{name}.service +install -D -m 0644 system/logrotate/%{name} %{buildroot}%{_sysconfdir}/logrotate.d/%{name} install -D -m 0644 system/%{name}.conf %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf ln -s -f %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name} @@ -167,6 +168,9 @@ install -m 755 -d %{buildroot}%{_localstatedir}/log/%{name} install -m 755 -d %{buildroot}%{_localstatedir}/lib/%{name}/registry +rm %{buildroot}%{_libexecdir}/%{name}/install-service.sh +rm -r %{buildroot}%{_libdir}/%{name}/system + %fdupes %{buildroot}%{_libdir} %{buildroot}%{_libexecdir} %{buildroot}%{_datadir} %pre ++++++ _service ++++++ --- /var/tmp/diff_new_pack.lQXQS5/_old 2023-05-12 20:40:30.510929539 +0200 +++ /var/tmp/diff_new_pack.lQXQS5/_new 2023-05-12 20:40:30.518929584 +0200 @@ -1,7 +1,7 @@ <services> <service name="download_files" mode="disabled" /> <service name="go_modules" mode="disabled"> - <param name="archive">go.d.plugin-v0.51.4.tar.gz</param> + <param name="archive">go.d.plugin-v0.52.2.tar.gz</param> </service> </services> ++++++ go.d.plugin-v0.51.4.tar.gz -> go.d.plugin-v0.52.2.tar.gz ++++++ ++++ 8958 lines of diff (skipped) ++++++ netdata-logrotate-su.patch ++++++ --- /var/tmp/diff_new_pack.lQXQS5/_old 2023-05-12 20:40:30.958932002 +0200 +++ /var/tmp/diff_new_pack.lQXQS5/_new 2023-05-12 20:40:30.962932024 +0200 @@ -1,5 +1,6 @@ ---- system/netdata.logrotate.in.orig 2017-01-23 20:49:04.000000000 +0100 -+++ system/netdata.logrotate.in 2017-02-02 12:17:57.110168995 +0100 +diff -ru netdata-v1.39.0.orig/system/logrotate/netdata.in netdata-v1.39.0/system/logrotate/netdata.in +--- netdata-v1.39.0.orig/system/logrotate/netdata.in 2023-05-08 14:52:30.565592770 +0200 ++++ netdata-v1.39.0/system/logrotate/netdata.in 2023-05-11 16:59:53.492610825 +0200 @@ -1,4 +1,5 @@ @localstatedir_POST@/log/netdata/*.log { + su netdata netdata ++++++ netdata-v1.38.1.tar.gz -> netdata-v1.39.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/netdata/netdata-v1.38.1.tar.gz /work/SRC/openSUSE:Factory/.netdata.new.1533/netdata-v1.39.0.tar.gz differ: char 12, line 1 ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/netdata/vendor.tar.gz /work/SRC/openSUSE:Factory/.netdata.new.1533/vendor.tar.gz differ: char 5, line 1