automatic version update by autodist [release 0.11.1-1mamba;Tue Feb 25 2020]

This commit is contained in:
Automatic Build System 2024-01-05 22:12:44 +01:00
parent 292a8ad99e
commit 5eed0adce8

View File

@ -1,5 +1,5 @@
Name: fail2ban
Version: 0.10.5
Version: 0.11.1
Release: 1mamba
Summary: Daemon to ban hosts that cause multiple authentication errors
Group: Applications/Security
@ -47,6 +47,8 @@ CFLAGS="%{optflags}" %{__python36} setup.py build
sed -i "s,.*/man/.*,&.gz," %{name}.filelist
sed -i "/fail2ban\/tests\//d" %{name}.filelist
install -D -m644 build/fail2ban.service \
%{buildroot}%{_unitdir}/fail2ban.service
install -D -m644 files/fail2ban-tmpfiles.conf \
@ -67,6 +69,7 @@ install -D -m644 man/jail.conf.5 \
%{buildroot}%{_mandir}/man5/jail.conf.5
install -D -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/fail2ban/paths-openmamba.conf
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -105,6 +108,9 @@ install -D -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/fail2ban/paths-openmamba
%doc COPYING THANKS
%changelog
* Tue Feb 25 2020 Automatic Build System <autodist@mambasoft.it> 0.11.1-1mamba
- automatic version update by autodist
* Sun Jan 12 2020 Automatic Build System <autodist@mambasoft.it> 0.10.5-1mamba
- automatic version update by autodist