1 |
%define version 0.1.18 |
%define version 0.1.18 |
2 |
%define release 16 |
%define release 22 |
3 |
%define name smeserver-fail2ban |
%define name smeserver-fail2ban |
4 |
|
|
5 |
Summary: fail2ban integration on SME Server |
Summary: fail2ban integration on SME Server |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
13 |
Patch0:smeserver-fail2ban-0.1.18.bz10767-adminpanel.patch |
Patch0: smeserver-fail2ban-0.1.18.bz10767-adminpanel.patch |
14 |
Patch1: smeserver-fail2ban-0.1.18.bz9709-wordpress.patch |
Patch1: smeserver-fail2ban-0.1.18.bz9709-wordpress.patch |
15 |
Patch2: smeserver-fail2ban-0.1.18.bz10775-sfail2ban.patch |
Patch2: smeserver-fail2ban-0.1.18.bz10775-sfail2ban.patch |
16 |
Patch3: smeserver-fail2ban-0.1.18-locale-2019-05-15.patch |
Patch3: smeserver-fail2ban-0.1.18-locale-2019-05-15.patch |
25 |
Patch12: smeserver-fail2ban-0.1.18-bz11636-smanager.patch |
Patch12: smeserver-fail2ban-0.1.18-bz11636-smanager.patch |
26 |
Patch13: smeserver-fail2ban-0.1.18-locale-2021-08-22.patch |
Patch13: smeserver-fail2ban-0.1.18-locale-2021-08-22.patch |
27 |
Patch14: smeserver-fail2ban-0.1.18-locale-2021-09-08.patch |
Patch14: smeserver-fail2ban-0.1.18-locale-2021-09-08.patch |
28 |
|
Patch15: smeserver-fail2ban-0.1.18-bz11586-redofailtostart.patch |
29 |
|
Patch16: smeserver-fail2ban-0.1.18-bz11650.patch |
30 |
|
Patch17: smeserver-fail2ban-0.1.18-bz11651-wordpress.patch |
31 |
|
Patch18: smeserver-fail2ban-0.1.18-bz10857.patch |
32 |
|
|
33 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
34 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
36 |
|
|
37 |
Requires: e-smith-base >= 5.2.0 |
Requires: e-smith-base >= 5.2.0 |
38 |
Requires: fail2ban-server, fail2ban-sendmail |
Requires: fail2ban-server, fail2ban-sendmail |
39 |
|
Requires: perl-Data-Validate-IP |
40 |
Obsoletes: fail2ban-firewalld, firewalld |
Obsoletes: fail2ban-firewalld, firewalld |
41 |
AutoReqProv: no |
AutoReqProv: no |
42 |
|
|
44 |
Configure fail2ban on SME Server |
Configure fail2ban on SME Server |
45 |
|
|
46 |
%changelog |
%changelog |
47 |
|
* Wed Dec 08 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.18-22.sme |
48 |
|
- fix apache-badbot logfile definition [SME: 10857] |
49 |
|
add updated badbot list. |
50 |
|
|
51 |
|
* Wed Dec 08 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.18-21.sme |
52 |
|
- update wordpress filters [SME: 11651] |
53 |
|
|
54 |
|
* Wed Dec 08 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.18-20.sme |
55 |
|
- allow baning subnet [SME: 11650] |
56 |
|
|
57 |
|
* Wed Oct 27 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1.18-19.sme |
58 |
|
- Fix my versioning |
59 |
|
|
60 |
|
* Wed Oct 27 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1.18-18.sme |
61 |
|
- Add Requires for perl-Data-Validate-IP [SME: 11720] |
62 |
|
|
63 |
|
* Sun Sep 12 2021 Terry Fage <terry.fage@gmail.com> 0.1.18-17.sme |
64 |
|
- redo fix for typo qpsmtpd status [SME: 11636] |
65 |
|
|
66 |
* Wed Sep 08 2021 Terry Fage <terry.fage@gmail.com> 0.1.18-16.sme |
* Wed Sep 08 2021 Terry Fage <terry.fage@gmail.com> 0.1.18-16.sme |
67 |
- Update locale 2021-09-08 patch |
- Update locale 2021-09-08 patch |
68 |
|
|
195 |
%patch12 -p1 |
%patch12 -p1 |
196 |
%patch13 -p1 |
%patch13 -p1 |
197 |
%patch14 -p1 |
%patch14 -p1 |
198 |
|
%patch15 -p1 |
199 |
|
%patch16 -p1 |
200 |
|
%patch17 -p1 |
201 |
|
%patch18 -p1 |
202 |
|
|
203 |
%build |
%build |
204 |
%{__mkdir_p} root/var/log/fail2ban |
%{__mkdir_p} root/var/log/fail2ban |
213 |
--file /var/log/fail2ban/daemon.log 'config(noreplace) %attr(0600,root,root)' \ |
--file /var/log/fail2ban/daemon.log 'config(noreplace) %attr(0600,root,root)' \ |
214 |
--file /etc/cron.daily/cleanup_fail2ban 'attr(0755,root,root)' \ |
--file /etc/cron.daily/cleanup_fail2ban 'attr(0755,root,root)' \ |
215 |
--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)' \ |
216 |
|
--file /etc/fail2ban/filter.d/apache-badbots.local 'config(noreplace) %attr(0644,root,root)' \ |
217 |
--file /usr/bin/sfail2ban 'attr(0755,root,root)' \ |
--file /usr/bin/sfail2ban 'attr(0755,root,root)' \ |
218 |
> %{name}-%{version}-filelist |
> %{name}-%{version}-filelist |
219 |
|
|