Hello community,
here is the log from the commit of package
golang-github-prometheus-node_exporter for openSUSE:Factory checked in at
2020-08-29 20:36:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-github-prometheus-node_exporter
(Old)
and
/work/SRC/openSUSE:Factory/.golang-github-prometheus-node_exporter.new.3399
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-github-prometheus-node_exporter"
Sat Aug 29 20:36:03 2020 rev:6 rq:829750 version:1.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/golang-github-prometheus-node_exporter/golang-github-prometheus-node_exporter.changes
2020-02-28 15:21:40.321933523 +0100
+++
/work/SRC/openSUSE:Factory/.golang-github-prometheus-node_exporter.new.3399/golang-github-prometheus-node_exporter.changes
2020-08-29 20:36:14.581311105 +0200
@@ -1,0 +2,33 @@
+Fri Aug 21 11:53:46 UTC 2020 - Joao Cavalheiro <[email protected]>
+
+- Update to 1.0.1
+ * Changes to build specification
+ + Modify spec: update golang version to 1.14
+ + Remove update tarball script
+ + Add _service file to allow for updates via `osc service disabledrun`
+ * Bug fixes
+ + [BUGFIX] filesystem_freebsd: Fix label values #1728
+ + [BUGFIX] Update prometheus/procfs to fix log noise #1735
+ + [BUGFIX] Fix build tags for collectors #1745
+ + [BUGFIX] Handle no data from powersupplyclass #1747, #1749
+
+- Update to 1.0.0
+ * Bug fixes
+ + [BUGFIX] Read /proc/net files with a single read syscall #1380
+ + [BUGFIX] Renamed label state to name on
node_systemd_service_restart_total. #1393
+ + [BUGFIX] Fix netdev nil reference on Darwin #1414
+ + [BUGFIX] Strip path.rootfs from mountpoint labels #1421
+ + [BUGFIX] Fix seconds reported by schedstat #1426
+ + [BUGFIX] Fix empty string in path.rootfs #1464
+ + [BUGFIX] Fix typo in cpufreq metric names #1510
+ + [BUGFIX] Read /proc/stat in one syscall #1538
+ + [BUGFIX] Fix OpenBSD cache memory information #1542
+ + [BUGFIX] Refactor textfile collector to avoid looping defer #1549
+ + [BUGFIX] Fix network speed math #1580
+ + [BUGFIX] collector/systemd: use regexp to extract systemd version #1647
+ + [BUGFIX] Fix initialization in perf collector when using multiple CPUs
#1665
+ + [BUGFIX] Fix accidentally empty lines in meminfo_linux #1671
+ * Several enhancements
+ + See https://github.com/prometheus/node_exporter/releases/tag/v1.0.0
+
+-------------------------------------------------------------------
Old:
----
node_exporter-v1.0.0~rc.0.tar.xz
update-tarball.sh
New:
----
_service
node_exporter-1.0.1.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ golang-github-prometheus-node_exporter.spec ++++++
--- /var/tmp/diff_new_pack.MVMuUD/_old 2020-08-29 20:36:16.173311776 +0200
+++ /var/tmp/diff_new_pack.MVMuUD/_new 2020-08-29 20:36:16.177311777 +0200
@@ -1,7 +1,7 @@
#
# spec file for package golang-github-prometheus-node_exporter
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2017 Silvio Moioli <[email protected]>
#
# All modifications and additions to the file contributed by third parties
@@ -20,19 +20,18 @@
%{go_nostrip}
Name: golang-github-prometheus-node_exporter
-Version: 1.0.0~rc.0
+Version: 1.0.1
Release: 0
Summary: Prometheus exporter for machine metrics
License: Apache-2.0
Group: System/Management
-Url: https://prometheus.io/
-Source: node_exporter-v%{version}.tar.xz
+URL: https://prometheus.io/
+Source: node_exporter-%{version}.tar.xz
Source1: prometheus-node_exporter.service
Source2: README
-Source3: update-tarball.sh
Source4: prometheus-node_exporter.sysconfig
BuildRequires: fdupes
-BuildRequires: go1.11
+BuildRequires: go1.14
BuildRequires: golang-packaging
BuildRequires: xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -51,7 +50,7 @@
Prometheus exporter for hardware and OS metrics exposed by *NIX kernels,
written in Go with pluggable metric collectors.
%prep
-%setup -q -n node_exporter
+%setup -q -n node_exporter-%{version}
%build
make collector/fixtures/sys/.unpacked # unpacks text fixtures required by
gotest
++++++ _service ++++++
<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/prometheus/node_exporter.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="versionformat">1.0.1</param>
<param name="revision">v1.0.1</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">node_exporter-*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled">
<param name="basename">node_exporter</param>
</service>
</services>
++++++ node_exporter-v1.0.0~rc.0.tar.xz -> node_exporter-1.0.1.tar.xz ++++++
++++ 284817 lines of diff (skipped)