Hello community,

here is the log from the commit of package netdata for openSUSE:Factory checked 
in at 2020-12-07 15:01:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/netdata (Old)
 and      /work/SRC/openSUSE:Factory/.netdata.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "netdata"

Mon Dec  7 15:01:01 2020 rev:24 rq:853374 version:1.26.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/netdata/netdata.changes  2020-10-15 
13:49:52.693286265 +0200
+++ /work/SRC/openSUSE:Factory/.netdata.new.5913/netdata.changes        
2020-12-07 15:01:02.840757763 +0100
@@ -1,0 +2,5 @@
+Sat Nov 21 17:11:02 UTC 2020 - Duarte Pousa <[email protected]>
+
+- Allow go plugin to build for Tumbleweed
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ netdata.spec ++++++
--- /var/tmp/diff_new_pack.lYUwmM/_old  2020-12-07 15:01:04.252759341 +0100
+++ /var/tmp/diff_new_pack.lYUwmM/_new  2020-12-07 15:01:04.260759350 +0100
@@ -38,7 +38,7 @@
 BuildRequires:  fdupes
 BuildRequires:  git-core
 # suse_version is set to 1500 even for 15.2
-%if 0%{?sle_version} >= 150200
+%if 0%{?sle_version} >= 150200 || 0%{?suse_version} > 1500
 BuildRequires:  go >= 1.13
 BuildRequires:  python3
 %else
@@ -60,7 +60,7 @@
 Recommends:     iproute-tc
 Recommends:     lm_sensors
 Recommends:     nmap-ncat curl openssl(cli)
-%if 0%{?sle_version} >= 150200
+%if 0%{?sle_version} >= 150200 || 0%{?suse_version} > 1500
 Recommends:     python3
 Recommends:     python3-PyMySQL
 Recommends:     python3-psycopg2
@@ -87,7 +87,7 @@
 %patch2 -p1
 sed -i 's,/usr/bin/env bash,/bin/bash,' claim/%{name}-claim.sh.in
 
-%if 0%{?sle_version} >= 150200
+%if 0%{?sle_version} >= 150200 || 0%{?suse_version} > 1500
 sed -i 's,^pybinary=.*,pybinary=/usr/bin/python3,' 
collectors/python.d.plugin/python.d.plugin.in
 
 tar xf %{S:1}
@@ -110,7 +110,7 @@
     %{?conf}
 %make_build
 
-%if 0%{?sle_version} >= 150200
+%if 0%{?sle_version} >= 150200 || 0%{?suse_version} > 1500
 cd go.d.plugin-%{godplugin_version}
 go vet ./...
 
@@ -143,7 +143,7 @@
 # Hence, disable statistics by default.
 touch %{buildroot}%{_sysconfdir}/%{name}/.opt-out-from-anonymous-statistics
 
-%if 0%{?sle_version} >= 150200
+%if 0%{?sle_version} >= 150200 || 0%{?suse_version} > 1500
 pushd go.d.plugin-%{godplugin_version}
 
 install -d -m 0755 %{buildroot}/%{_libdir}/%{name}/conf.d

++++++ vendor.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor/modules.txt new/vendor/modules.txt
--- old/vendor/modules.txt      2020-10-15 01:26:10.077400000 +0200
+++ new/vendor/modules.txt      2020-11-21 17:54:54.014190700 +0100
@@ -1,14 +1,19 @@
 # github.com/DATA-DOG/go-sqlmock v1.4.1
+## explicit
 github.com/DATA-DOG/go-sqlmock
 # github.com/Wing924/ltsv v0.3.1
+## explicit
 github.com/Wing924/ltsv
 # github.com/apparentlymart/go-cidr v1.1.0
+## explicit
 github.com/apparentlymart/go-cidr/cidr
 # github.com/axiomhq/hyperloglog v0.0.0-20191112132149-a4c4c47bc57f
+## explicit
 github.com/axiomhq/hyperloglog
 # github.com/cespare/xxhash v1.1.0
 github.com/cespare/xxhash
 # github.com/cloudflare/cfssl v1.4.1
+## explicit
 github.com/cloudflare/cfssl/crypto/pkcs7
 github.com/cloudflare/cfssl/errors
 github.com/cloudflare/cfssl/helpers
@@ -16,18 +21,22 @@
 github.com/cloudflare/cfssl/log
 github.com/cloudflare/cfssl/revoke
 # github.com/coreos/go-systemd/v22 v22.1.1-0.20200917134135-408310d1ce37
+## explicit
 github.com/coreos/go-systemd/v22/dbus
 # github.com/davecgh/go-spew v1.1.1
 github.com/davecgh/go-spew/spew
 # github.com/dgryski/go-metro v0.0.0-20180109044635-280f6062b5bc
 github.com/dgryski/go-metro
 # github.com/fsnotify/fsnotify v1.4.9
+## explicit
 github.com/fsnotify/fsnotify
 # github.com/go-sql-driver/mysql v1.5.0
+## explicit
 github.com/go-sql-driver/mysql
 # github.com/godbus/dbus/v5 v5.0.3
 github.com/godbus/dbus/v5
 # github.com/gofrs/flock v0.8.0
+## explicit
 github.com/gofrs/flock
 # github.com/google/certificate-transparency-go v1.0.21
 github.com/google/certificate-transparency-go
@@ -38,37 +47,55 @@
 # github.com/google/uuid v0.0.0-20170306145142-6a5e28554805
 github.com/google/uuid
 # github.com/ilyam8/hashstructure v1.1.0
+## explicit
 github.com/ilyam8/hashstructure
 # github.com/jessevdk/go-flags v1.4.0
+## explicit
 github.com/jessevdk/go-flags
 # github.com/likexian/gokit v0.23.3
 github.com/likexian/gokit/assert
 github.com/likexian/gokit/xslice
 # github.com/likexian/whois-go v1.7.1
+## explicit
 github.com/likexian/whois-go
 # github.com/likexian/whois-parser-go v1.14.5
+## explicit
 github.com/likexian/whois-parser-go
 # github.com/mattn/go-isatty v0.0.12
+## explicit
 github.com/mattn/go-isatty
 # github.com/miekg/dns v1.1.29
+## explicit
 github.com/miekg/dns
 # github.com/mitchellh/go-homedir v1.1.0
+## explicit
 github.com/mitchellh/go-homedir
+# github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
+## explicit
 # github.com/pmezard/go-difflib v1.0.0
 github.com/pmezard/go-difflib/difflib
+# github.com/prometheus/common v0.10.0
+## explicit
 # github.com/prometheus/prometheus v2.5.0+incompatible
+## explicit
 github.com/prometheus/prometheus/pkg/labels
 github.com/prometheus/prometheus/pkg/textparse
 github.com/prometheus/prometheus/pkg/value
+# github.com/smartystreets/goconvey v1.6.4
+## explicit
 # github.com/stretchr/testify v1.6.0
+## explicit
 github.com/stretchr/testify/assert
 github.com/stretchr/testify/require
 # github.com/tomasen/fcgi_client v0.0.0-20180423082037-2bb3d819fd19
+## explicit
 github.com/tomasen/fcgi_client
 # github.com/valyala/fastjson v1.5.4
+## explicit
 github.com/valyala/fastjson
 github.com/valyala/fastjson/fastfloat
 # github.com/vmware/govmomi v0.22.2
+## explicit
 github.com/vmware/govmomi
 github.com/vmware/govmomi/find
 github.com/vmware/govmomi/list
@@ -101,6 +128,7 @@
 golang.org/x/crypto/pkcs12
 golang.org/x/crypto/pkcs12/internal/rc2
 # golang.org/x/net v0.0.0-20191027093000-83d349e8ac1a
+## explicit
 golang.org/x/net/bpf
 golang.org/x/net/internal/iana
 golang.org/x/net/internal/socket
@@ -112,13 +140,18 @@
 # golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898
 golang.org/x/xerrors
 golang.org/x/xerrors/internal
+# gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
+## explicit
 # gopkg.in/ini.v1 v1.57.0
+## explicit
 gopkg.in/ini.v1
 # gopkg.in/yaml.v2 v2.3.0
+## explicit
 gopkg.in/yaml.v2
 # gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
 gopkg.in/yaml.v3
 # layeh.com/radius v0.0.0-20190322222518-890bc1058917
+## explicit
 layeh.com/radius
 layeh.com/radius/rfc2865
 layeh.com/radius/rfc2869
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to