Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package
golang-github-lusitaniae-apache_exporter for openSUSE:Factory checked in at
2026-01-28 15:09:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-github-lusitaniae-apache_exporter
(Old)
and
/work/SRC/openSUSE:Factory/.golang-github-lusitaniae-apache_exporter.new.1928
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-github-lusitaniae-apache_exporter"
Wed Jan 28 15:09:13 2026 rev:22 rq:1329504 version:1.0.10
Changes:
--------
---
/work/SRC/openSUSE:Factory/golang-github-lusitaniae-apache_exporter/golang-github-lusitaniae-apache_exporter.changes
2026-01-22 15:20:00.984823211 +0100
+++
/work/SRC/openSUSE:Factory/.golang-github-lusitaniae-apache_exporter.new.1928/golang-github-lusitaniae-apache_exporter.changes
2026-01-28 15:09:49.576680424 +0100
@@ -1,0 +2,5 @@
+Tue Jan 27 13:20:16 UTC 2026 - Witek Bedyk <[email protected]>
+
+- Do not build for Debian or Ubuntu
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ golang-github-lusitaniae-apache_exporter.spec ++++++
--- /var/tmp/diff_new_pack.BnxT9X/_old 2026-01-28 15:09:50.888734925 +0100
+++ /var/tmp/diff_new_pack.BnxT9X/_new 2026-01-28 15:09:50.892735091 +0100
@@ -77,6 +77,10 @@
ExcludeArch: s390
%{?systemd_ordering}
+%if 0%{?debian} || 0%{?ubuntu}
+ExclusiveArch: do_not_build
+%endif
+
%description
Exports apache mod_status statistics via HTTP for Prometheus consumption.