Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package
golang-github-prometheus-node_exporter for openSUSE:Factory checked in at
2025-02-24 16:20:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-github-prometheus-node_exporter
(Old)
and
/work/SRC/openSUSE:Factory/.golang-github-prometheus-node_exporter.new.1873
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-github-prometheus-node_exporter"
Mon Feb 24 16:20:45 2025 rev:30 rq:1248182 version:1.9.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/golang-github-prometheus-node_exporter/golang-github-prometheus-node_exporter.changes
2025-01-25 19:13:01.489996794 +0100
+++
/work/SRC/openSUSE:Factory/.golang-github-prometheus-node_exporter.new.1873/golang-github-prometheus-node_exporter.changes
2025-02-24 16:20:49.455601038 +0100
@@ -1,0 +2,46 @@
+Mon Feb 17 08:35:13 UTC 2025 - Johannes Kastl
<[email protected]>
+
+- refactor `_service` file and spec to use a nice tarball name
+- update to 1.9.0:
+ * [CHANGE] meminfo: Convert linux implementation to use procfs
+ lib #3049
+ * [CHANGE] Update logging to use Go log/slog #3097
+ * [FEATURE] filesystem: Add node_filesystem_mount_info metric
+ #2970
+ * [FEATURE] btrfs: Add metrics for commit statistics #3010
+ * [FEATURE] interrupts: Add collector include/exclude filtering
+ #3028
+ * [FEATURE] interrupts: Add "exclude zeros" filtering #3028
+ * [FEATURE] slabinfo: Add filters for slab name. #3041
+ * [FEATURE] pressure: add IRQ PSI metrics #3048
+ * [FEATURE] hwmon: Add include and exclude filter for sensors
+ #3072
+ * [FEATURE] filesystem: Add NetBSD support #3082
+ * [FEATURE] netdev: Add ifAlias label #3087
+ * [FEATURE] hwmon: Add Support for GPU Clock Frequencies #3093
+ * [FEATURE] Add exclude[] URL parameter #3116
+ * [FEATURE] Add AIX support #3136
+ * [FEATURE] filesystem: Add fs-types/mount-points include flags
+ #3171
+ * [FEATURE] netstat: Add collector for tcp packet counters for
+ FreeBSD. #3177
+ * [ENHANCEMENT] ethtool: Add logging for filtering flags #2979
+ * [ENHANCEMENT] netstat: Add TCPRcvQDrop to default metrics #3021
+ * [ENHANCEMENT] diskstats: Add block device rotational #3022
+ * [ENHANCEMENT] cpu: Support CPU online status #3032
+ * [ENHANCEMENT] arp: optimize interface name resolution #3133
+ * [ENHANCEMENT] textfile: Allow specifiying multiple directory
+ globs #3135
+ * [ENHANCEMENT] filesystem: Add reporting of purgeable space on
+ MacOS #3206
+ * [ENHANCEMENT] ethtool: Skip full scan of NetClass directories
+ #3239
+ * [BUGFIX] zfs: Prevent procfs integer underflow #2961
+ * [BUGFIX] pressure: Fix collection on systems that do not expose
+ a full CPU stat #3054
+ * [BUGFIX] cpu: Fix FreeBSD 32-bit host support and plug memory
+ leak #3083
+ * [BUGFIX] hwmon: Add safety check to hwmon read #3134
+ * [BUGFIX] zfs: Allow space in dataset name #3186
+
+-------------------------------------------------------------------
Old:
----
node_exporter-1.8.2.obscpio
node_exporter.obsinfo
New:
----
golang-github-prometheus-node_exporter-1.9.0.obscpio
golang-github-prometheus-node_exporter.obsinfo
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ golang-github-prometheus-node_exporter.spec ++++++
--- /var/tmp/diff_new_pack.kBWgx0/_old 2025-02-24 16:20:50.211632657 +0100
+++ /var/tmp/diff_new_pack.kBWgx0/_new 2025-02-24 16:20:50.215632825 +0100
@@ -18,13 +18,13 @@
Name: golang-github-prometheus-node_exporter
-Version: 1.8.2
+Version: 1.9.0
Release: 0
Summary: Prometheus exporter for machine metrics
License: Apache-2.0
Group: System/Management
URL: https://prometheus.io/
-Source: node_exporter-%{version}.tar.gz
+Source: %{name}-%{version}.tar.gz
# Generated after applying fix_arp_collector.patch
Source1: vendor.tar.gz
Source2: prometheus-node_exporter.service
@@ -45,10 +45,11 @@
%endif
%description
-Prometheus exporter for hardware and OS metrics exposed by *NIX kernels,
written in Go with pluggable metric collectors.
+Prometheus exporter for hardware and OS metrics exposed by *NIX kernels,
+written in Go with pluggable metric collectors.
%prep
-%autosetup -a1 -p1 -n node_exporter-%{version}
+%autosetup -a1 -p1
%build
%ifarch i586 s390x armv7hl armv7l armv7l:armv6l:armv5tel armv6hl
@@ -58,7 +59,7 @@
promu build -v $BUILD_CGO_FLAG
%install
-install -D -m 0755 %{_builddir}/node_exporter-%{version}/node_exporter
%{buildroot}/%{_bindir}/node_exporter
+install -D -m 0755 %{_builddir}/%{name}-%{version}/node_exporter
%{buildroot}/%{_bindir}/node_exporter
install -D -m 0644 %{SOURCE2}
%{buildroot}%{_unitdir}/prometheus-node_exporter.service
install -D -m 0644 %{SOURCE4}
%{buildroot}%{_fillupdir}/sysconfig.prometheus-node_exporter
%fdupes %{buildroot}
++++++ _service ++++++
--- /var/tmp/diff_new_pack.kBWgx0/_old 2025-02-24 16:20:50.255634498 +0100
+++ /var/tmp/diff_new_pack.kBWgx0/_new 2025-02-24 16:20:50.255634498 +0100
@@ -4,19 +4,20 @@
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="versionformat">@PARENT_TAG@</param>
- <param name="revision">v1.8.2</param>
+ <param name="revision">v1.9.0</param>
<param name="versionrewrite-pattern">v(.*)</param>
- </service>
- <service name="tar" mode="buildtime"/>
- <service name="recompress" mode="buildtime">
- <param name="file">*.tar</param>
- <param name="compression">gz</param>
+ <param name="filename">golang-github-prometheus-node_exporter</param>
</service>
<service name="set_version" mode="manual">
- <param name="basename">node_exporter</param>
</service>
<service name="go_modules" mode="manual">
- <param name="archive">node_exporter-1.8.2.obscpio</param>
+ </service>
+ <!-- services below are running at buildtime -->
+ <service name="tar" mode="buildtime">
+ </service>
+ <service name="recompress" mode="buildtime">
+ <param name="file">*.tar</param>
+ <param name="compression">gz</param>
</service>
</services>
++++++ golang-github-prometheus-node_exporter.obsinfo ++++++
name: golang-github-prometheus-node_exporter
version: 1.9.0
mtime: 1739776131
commit: 02afa5c53c36123611533f2defea6ccd4546a9bb
++++++ vendor.tar.gz ++++++
++++ 104097 lines of diff (skipped)