1 |
%define version 0.1.18 |
%define version 0.1.18 |
2 |
%define release 5 |
%define release 6 |
3 |
%define name smeserver-fail2ban |
%define name smeserver-fail2ban |
4 |
|
|
5 |
|
|
28 |
Configure fail2ban on SME Server |
Configure fail2ban on SME Server |
29 |
|
|
30 |
%changelog |
%changelog |
31 |
|
* Mon Jun 03 2019 Jean-Philipe Pialasse <tests@pialasse.com> 0.1.18-6.sme |
32 |
|
- fix incorrect permissions on sfail2ban [SME: 10775] |
33 |
|
|
34 |
* Mon Jun 03 2019 Jean-Philipe Pialasse <tests@pialasse.com> 0.1.18-5.sme |
* Mon Jun 03 2019 Jean-Philipe Pialasse <tests@pialasse.com> 0.1.18-5.sme |
35 |
- fix wordpress fragment error preventing jail.conf to be updated [SME: 10776] |
- fix wordpress fragment error preventing jail.conf to be updated [SME: 10776] |
36 |
|
|
129 |
--file /var/log/fail2ban/daemon.log 'config(noreplace) %attr(0600,root,root)' \ |
--file /var/log/fail2ban/daemon.log 'config(noreplace) %attr(0600,root,root)' \ |
130 |
--file /etc/cron.daily/cleanup_fail2ban 'attr(0755,root,root)' \ |
--file /etc/cron.daily/cleanup_fail2ban 'attr(0755,root,root)' \ |
131 |
--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)' \ |
132 |
|
--file /usr/bin/sfail2ban 'attr(0755,root,root)' \ |
133 |
> %{name}-%{version}-filelist |
> %{name}-%{version}-filelist |
134 |
|
|
135 |
%files -f %{name}-%{version}-filelist |
%files -f %{name}-%{version}-filelist |