Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package golang-github-boynux-squid_exporter
for openSUSE:Factory checked in at 2026-02-06 19:10:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-github-boynux-squid_exporter (Old)
and
/work/SRC/openSUSE:Factory/.golang-github-boynux-squid_exporter.new.1670 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-github-boynux-squid_exporter"
Fri Feb 6 19:10:39 2026 rev:8 rq:1331546 version:1.13.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/golang-github-boynux-squid_exporter/golang-github-boynux-squid_exporter.changes
2026-01-09 17:04:35.934743229 +0100
+++
/work/SRC/openSUSE:Factory/.golang-github-boynux-squid_exporter.new.1670/golang-github-boynux-squid_exporter.changes
2026-02-06 19:17:15.625567610 +0100
@@ -1,0 +2,6 @@
+Thu Feb 5 17:35:15 UTC 2026 - Witek Bedyk <[email protected]>
+
+- Replace cpio with tar
+- Build for SUSE distributions only
+
+-------------------------------------------------------------------
Old:
----
squid-exporter-1.13.0.obscpio
New:
----
squid-exporter-1.13.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ golang-github-boynux-squid_exporter.spec ++++++
--- /var/tmp/diff_new_pack.BjcXEq/_old 2026-02-06 19:17:16.661611445 +0100
+++ /var/tmp/diff_new_pack.BjcXEq/_new 2026-02-06 19:17:16.665611614 +0100
@@ -38,8 +38,8 @@
Summary: Squid Prometheus Exporter
License: MIT
Group: System/Management
-URL: http://%{githubrepo}
-Source: %{upstreamname}-%{version}.tar.gz
+URL: https://%{githubrepo}
+Source:
%{URL}/archive/refs/tags/v%{version}.tar.gz#/%{upstreamname}-%{version}.tar.gz
Source1: vendor.tar.gz
Source2: %{targetname}.service
%if 0%{?suse_version} == 1315 && !0%{?is_opensuse}
@@ -58,6 +58,10 @@
ExcludeArch: s390
%systemd_ordering
+%if ! 0%{?suse_version}
+ExclusiveArch: do_not_build
+%endif
+
%description
Exports squid metrics in Prometheus format
++++++ _service ++++++
--- /var/tmp/diff_new_pack.BjcXEq/_old 2026-02-06 19:17:16.761615677 +0100
+++ /var/tmp/diff_new_pack.BjcXEq/_new 2026-02-06 19:17:16.769616014 +0100
@@ -1,22 +1,7 @@
<services>
- <service name="obs_scm" mode="manual">
- <param name="url">https://github.com/boynux/squid-exporter.git</param>
- <param name="scm">git</param>
- <param name="exclude">.git</param>
- <param name="versionformat">@PARENT_TAG@</param>
- <param name="revision">v1.13.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">squid-exporter</param>
- </service>
+ <service name="download_files" mode="manual" />
<service name="go_modules" mode="manual">
- <param name="archive">squid-exporter-1.13.0.obscpio</param>
+ <param name="archive">squid-exporter-*.tar.gz</param>
</service>
</services>