Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package prometheus-blackbox_exporter for
openSUSE:Factory checked in at 2023-05-23 14:54:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/prometheus-blackbox_exporter (Old)
and /work/SRC/openSUSE:Factory/.prometheus-blackbox_exporter.new.1533
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "prometheus-blackbox_exporter"
Tue May 23 14:54:54 2023 rev:14 rq:1088537 version:0.19.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/prometheus-blackbox_exporter/prometheus-blackbox_exporter.changes
2023-05-03 12:57:49.436025212 +0200
+++
/work/SRC/openSUSE:Factory/.prometheus-blackbox_exporter.new.1533/prometheus-blackbox_exporter.changes
2023-05-23 14:55:31.142829482 +0200
@@ -1,0 +2,6 @@
+Wed May 17 11:50:35 UTC 2023 - Witek Bedyk <[email protected]>
+
+- Avoid empty validation script
+- Add rc symlink for backwards compatibility
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ prometheus-blackbox_exporter.spec ++++++
--- /var/tmp/diff_new_pack.1nAYdS/_old 2023-05-23 14:55:31.690832723 +0200
+++ /var/tmp/diff_new_pack.1nAYdS/_new 2023-05-23 14:55:31.694832747 +0200
@@ -68,6 +68,8 @@
%goinstall
install -D -m0644 %{SOURCE2}
%{buildroot}%{_unitdir}/prometheus-blackbox_exporter.service
install -D -m0644 %{_builddir}/blackbox_exporter-%{version}/blackbox.yml
%{buildroot}%{_sysconfdir}/prometheus/blackbox.yml
+install -Dd -m0755 %{buildroot}%{_sbindir}
+ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
%fdupes %{buildroot}/%{_prefix}
%check
@@ -96,8 +98,8 @@
%set_permissions %{_bindir}/blackbox_exporter
%endif
-%verifyscript
%if 0%{?suse_version} == 1315
+%verifyscript
%verify_permissions -e %{_bindir}/blackbox_exporter
%endif
@@ -120,7 +122,8 @@
%doc CHANGELOG.md README.md
%license LICENSE
%verify(not caps) %attr(755,root,root) %{_bindir}/blackbox_exporter
-%{_unitdir}/prometheus-blackbox_exporter.service
+%{_unitdir}/%{name}.service
+%{_sbindir}/rc%{name}
%dir %{_sysconfdir}/prometheus
%config(noreplace) %{_sysconfdir}/prometheus/blackbox.yml