Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fail2ban for openSUSE:Factory checked in at 2026-06-22 17:26:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fail2ban (Old) and /work/SRC/openSUSE:Factory/.fail2ban.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fail2ban" Mon Jun 22 17:26:31 2026 rev:76 rq:1360655 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/fail2ban/fail2ban.changes 2025-06-27 23:08:28.147052810 +0200 +++ /work/SRC/openSUSE:Factory/.fail2ban.new.1956/fail2ban.changes 2026-06-22 17:26:50.048300596 +0200 @@ -1,0 +2,6 @@ +Fri Jun 19 18:13:53 UTC 2026 - Jan Engelhardt <[email protected]> + +- Modernize specfile constructs +- Make build recipe compatible with POSIX sh + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fail2ban.spec ++++++ --- /var/tmp/diff_new_pack.vRbwHe/_old 2026-06-22 17:26:51.376346858 +0200 +++ /var/tmp/diff_new_pack.vRbwHe/_new 2026-06-22 17:26:51.380346997 +0200 @@ -1,7 +1,7 @@ # # spec file for package fail2ban # -# 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 @@ -108,19 +108,12 @@ $ ./check_fail2ban --help %prep -%setup -q +%autosetup -p1 install -m644 %{SOURCE8} config/paths-opensuse.conf # Use openSUSE paths sed -i -e 's/^before = paths-.*/before = paths-opensuse.conf/' config/jail.conf -%patch -P 100 -p1 -%patch -P 201 -p1 -%patch -P 300 -p1 -%patch -P 301 -p1 -%patch -P 302 -p1 -%patch -P 303 -p1 - rm config/paths-arch.conf \ config/paths-debian.conf \ config/paths-fedora.conf \ @@ -152,7 +145,7 @@ touch %{buildroot}/run/%{name} # systemd -if [[ ! -f build/fail2ban.service ]]; then +if [ ! -f build/fail2ban.service ]; then sed -e "s|@BINDIR@|%{_bindir}|g" files/fail2ban.service.in > build/fail2ban.service fi install -D -m 644 build/fail2ban.service "%{buildroot}/%{_unitdir}/%{name}.service"
