1 |
%define version 0.1.18 |
%define version 0.1.18 |
2 |
%define release 23 |
%define release 24 |
3 |
%define name smeserver-fail2ban |
%define name smeserver-fail2ban |
4 |
|
|
5 |
Summary: fail2ban integration on SME Server |
Summary: fail2ban integration on SME Server |
45 |
Configure fail2ban on SME Server |
Configure fail2ban on SME Server |
46 |
|
|
47 |
%changelog |
%changelog |
48 |
* Thu Dec 09 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.18-23.sme |
* Thu Dec 09 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.18-24.sme |
49 |
- fix adding removing whitelisted hosts [SME: 10819] |
- fix adding removing whitelisted hosts [SME: 10819] |
50 |
moved config options to dedicated page |
moved config options to dedicated page |
51 |
- removed apache-badbots.local, lot of false positives [SME: 10857] |
- removed apache-badbots.local, lot of false positives [SME: 10857] |
220 |
--file /var/log/fail2ban/daemon.log 'config(noreplace) %attr(0600,root,root)' \ |
--file /var/log/fail2ban/daemon.log 'config(noreplace) %attr(0600,root,root)' \ |
221 |
--file /etc/cron.daily/cleanup_fail2ban 'attr(0755,root,root)' \ |
--file /etc/cron.daily/cleanup_fail2ban 'attr(0755,root,root)' \ |
222 |
--file /etc/fail2ban/filter.d/apache-auth.local 'config(noreplace) %attr(0644,root,root)' \ |
--file /etc/fail2ban/filter.d/apache-auth.local 'config(noreplace) %attr(0644,root,root)' \ |
|
--file /etc/fail2ban/filter.d/apache-badbots.local 'config(noreplace) %attr(0644,root,root)' \ |
|
223 |
--file /usr/bin/sfail2ban 'attr(0755,root,root)' \ |
--file /usr/bin/sfail2ban 'attr(0755,root,root)' \ |
224 |
> %{name}-%{version}-filelist |
> %{name}-%{version}-filelist |
225 |
|
#--file /etc/fail2ban/filter.d/apache-badbots.local 'config(noreplace) %attr(0644,root,root)' \ |
226 |
|
|
227 |
%files -f %{name}-%{version}-filelist |
%files -f %{name}-%{version}-filelist |
228 |
%defattr(-,root,root) |
%defattr(-,root,root) |