Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sshguard for openSUSE:Factory 
checked in at 2022-01-24 23:10:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sshguard (Old)
 and      /work/SRC/openSUSE:Factory/.sshguard.new.1938 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sshguard"

Mon Jan 24 23:10:34 2022 rev:16 rq:948484 version:2.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/sshguard/sshguard.changes        2022-01-21 
01:26:20.634207235 +0100
+++ /work/SRC/openSUSE:Factory/.sshguard.new.1938/sshguard.changes      
2022-01-24 23:11:13.438253584 +0100
@@ -1,0 +2,5 @@
+Mon Jan 24 21:22:20 UTC 2022 - Joop Boonen <joop.boo...@opensuse.org>
+
+- Corrected the BACKEND in /etc/sshguard.conf
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ sshguard.spec ++++++
--- /var/tmp/diff_new_pack.Tkeu9D/_old  2022-01-24 23:11:13.966249975 +0100
+++ /var/tmp/diff_new_pack.Tkeu9D/_new  2022-01-24 23:11:13.970249948 +0100
@@ -65,6 +65,7 @@
 %install
 %make_install
 install -D -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/%{name}.conf
+sed -i "s|BACKEND=.*$|BACKEND=\"%{_libexecdir}/sshg-fw-firewalld\"|g" 
%{buildroot}%{_sysconfdir}/%{name}.conf
 %if 0%{?has_systemd}
 ln -sf service %{buildroot}/%{_sbindir}/rc%{name}
 install -D -m0644 %{SOURCE2} %{buildroot}%{_unitdir}/sshguard.service

++++++ sshguard.conf ++++++
--- /var/tmp/diff_new_pack.Tkeu9D/_old  2022-01-24 23:11:14.014249647 +0100
+++ /var/tmp/diff_new_pack.Tkeu9D/_new  2022-01-24 23:11:14.018249620 +0100
@@ -6,7 +6,7 @@
 
 #### REQUIRED CONFIGURATION ####
 # Full path to backend executable (required, no default)
-BACKEND="/usr/libexec/sshg-fw-firewalld"
+BACKEND="path_and_script"
 
 # Space-separated list of log files to monitor. Ignored if LOGREADER is set.
 # (optional, no default)

Reply via email to