diff --git a/fail2ban.spec b/fail2ban.spec index 06056ff..31c99c6 100644 --- a/fail2ban.spec +++ b/fail2ban.spec @@ -1,6 +1,6 @@ Name: fail2ban -Version: 0.11.2 -Release: 3mamba +Version: 1.0.2 +Release: 1mamba Summary: Daemon to ban hosts that cause multiple authentication errors Group: Applications/Security Vendor: openmamba @@ -25,9 +25,9 @@ Daemon to ban hosts that cause multiple authentication errors. %prep %setup -q -%patch0 -p1 -%patch1 -p1 -%patch2 -p1 +#%patch0 -p1 +#%patch1 -p1 +#%patch2 -p1 sed -i "s|/var/run/|/run/|" files/fail2ban.service.in \ files/fail2ban-tmpfiles.conf fail2ban/server/*.py \ @@ -119,6 +119,9 @@ rm -f %{buildroot}%{_sysconfdir}/paths-{arch,debian,fedora,freebsd,opensuse,osx} %doc COPYING THANKS %changelog +* Thu Nov 17 2022 Automatic Build System 1.0.2-1mamba +- automatic version update by autodist + * Sat May 29 2021 Silvan Calarco 0.11.2-3mamba - added upstream patches to fix ipv6 support with ufw (see https://github.com/fail2ban/fail2ban/issues/2331 )