Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package golang-github-prometheus-promu for
openSUSE:Factory checked in at 2026-02-06 21:30:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-github-prometheus-promu (Old)
and /work/SRC/openSUSE:Factory/.golang-github-prometheus-promu.new.1670
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-github-prometheus-promu"
Fri Feb 6 21:30:18 2026 rev:23 rq:1331444 version:0.17.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/golang-github-prometheus-promu/golang-github-prometheus-promu.changes
2025-02-09 20:00:54.981122838 +0100
+++
/work/SRC/openSUSE:Factory/.golang-github-prometheus-promu.new.1670/golang-github-prometheus-promu.changes
2026-02-06 21:31:04.940066242 +0100
@@ -1,0 +2,5 @@
+Mon Feb 2 12:05:09 UTC 2026 - Witek Bedyk <[email protected]>
+
+- Replace cpio with tar
+
+-------------------------------------------------------------------
Old:
----
promu-0.17.0.obscpio
New:
----
promu-0.17.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ golang-github-prometheus-promu.spec ++++++
--- /var/tmp/diff_new_pack.9rkgR1/_old 2026-02-06 21:31:05.616094604 +0100
+++ /var/tmp/diff_new_pack.9rkgR1/_new 2026-02-06 21:31:05.620094772 +0100
@@ -1,7 +1,7 @@
#
# spec file for package golang-github-prometheus-promu
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -31,7 +31,7 @@
License: Apache-2.0
Group: System/Management
URL: https://github.com/prometheus/promu
-Source: %{shortname}-%{version}.tar.gz
+Source:
%{URL}/archive/refs/tags/v%{version}.tar.gz#/%{shortname}-%{version}.tar.gz
Source1: vendor.tar.gz
# PATCH-FIX-OPENSUSE Do not pass -static to external linker by default
Patch2: extldflags-no-static.patch
++++++ _service ++++++
--- /var/tmp/diff_new_pack.9rkgR1/_old 2026-02-06 21:31:05.668096786 +0100
+++ /var/tmp/diff_new_pack.9rkgR1/_new 2026-02-06 21:31:05.676097122 +0100
@@ -1,22 +1,7 @@
<services>
- <service name="obs_scm" mode="manual">
- <param name="url">https://github.com/prometheus/promu.git</param>
- <param name="scm">git</param>
- <param name="exclude">.git</param>
- <param name="versionformat">@PARENT_TAG@</param>
- <param name="revision">v0.17.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>
- </service>
- <service name="set_version" mode="manual">
- <param name="basename">promu</param>
- </service>
+ <service name="download_files" mode="manual" />
<service name="go_modules" mode="manual">
- <param name="archive">promu-0.17.0.obscpio</param>
+ <param name="archive">promu-*.tar.gz</param>
</service>
</services>