1 |
%define version 0.1.18 |
%define version 0.1.18 |
2 |
%define release 23 |
%define release 32 |
3 |
%define name smeserver-fail2ban |
%define name smeserver-fail2ban |
4 |
|
|
5 |
Summary: fail2ban integration on SME Server |
Summary: fail2ban integration on SME Server |
30 |
Patch17: smeserver-fail2ban-0.1.18-bz11651-wordpress.patch |
Patch17: smeserver-fail2ban-0.1.18-bz11651-wordpress.patch |
31 |
Patch18: smeserver-fail2ban-0.1.18-bz10857.patch |
Patch18: smeserver-fail2ban-0.1.18-bz10857.patch |
32 |
Patch19: smeserver-fail2ban-0.1.18-bz10819-whitelisthostfix.patch |
Patch19: smeserver-fail2ban-0.1.18-bz10819-whitelisthostfix.patch |
33 |
|
Patch20: smeserver-fail2ban-0.1.18-Add-class-to-div-for-AdminLTE.patch |
34 |
|
Patch21: smeserver-fail2ban-0.1.18-locale-2022-07-22.patch |
35 |
|
Patch22: smeserver-fail2ban-0.1.18-bz12008-backup.patch |
36 |
|
Patch23: smeserver-fail2ban-0.1.18-locale-2022-07-30.patch |
37 |
|
Patch24: smeserver-fail2ban-0.1.18-Alter-menu-category-for-new-arrangement.patch |
38 |
|
patch25: smeserver-fail2ban-0.1.18-locale-2024-09-05.patch |
39 |
|
|
40 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
41 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
51 |
Configure fail2ban on SME Server |
Configure fail2ban on SME Server |
52 |
|
|
53 |
%changelog |
%changelog |
54 |
* Thu Dec 09 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.18-23.sme |
* Thu Sep 05 2024 Terry Fage <terry@fage.id.au> 0.1.18-32.sme |
55 |
|
- add local 2024-09-05.patch |
56 |
|
|
57 |
|
* Fri Mar 01 2024 Brian Read <brianr@koozali.org> 0.1.18-31.sme |
58 |
|
- Edit SM2 Menu entry to conform to new arrangements [SME: 12493] |
59 |
|
|
60 |
|
* Fri Jul 29 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.18-30.sme |
61 |
|
- add to core backup [SME: 12008] |
62 |
|
- add local 2022-07-30 patch |
63 |
|
|
64 |
|
* Mon Jul 25 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.18-28.sme |
65 |
|
- revert previous patch, wrong package [SME: 12011] |
66 |
|
|
67 |
|
* Fri Jul 22 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.18-27.sme |
68 |
|
- add to core backup [SME: 12011] |
69 |
|
|
70 |
|
* Fri Jul 22 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.18-26.sme |
71 |
|
- apply locale patch 2022-07-22 |
72 |
|
|
73 |
|
* Fri Jan 07 2022 Brian Read <brianr@bjsystems.co.uk> 0.1.18-25.sme |
74 |
|
- Add-class-to-div-for-AdminLTE [SME: 11837] |
75 |
|
|
76 |
|
* Thu Dec 09 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.18-24.sme |
77 |
- fix adding removing whitelisted hosts [SME: 10819] |
- fix adding removing whitelisted hosts [SME: 10819] |
78 |
moved config options to dedicated page |
moved config options to dedicated page |
79 |
- removed apache-badbots.local, lot of false positives [SME: 10857] |
- removed apache-badbots.local, lot of false positives [SME: 10857] |
234 |
%patch17 -p1 |
%patch17 -p1 |
235 |
%patch18 -p1 |
%patch18 -p1 |
236 |
%patch19 -p1 |
%patch19 -p1 |
237 |
|
%patch20 -p1 |
238 |
|
%patch21 -p1 |
239 |
|
%patch22 -p1 |
240 |
|
%patch23 -p1 |
241 |
|
%patch24 -p1 |
242 |
|
%patch25 -p1 |
243 |
|
|
244 |
%build |
%build |
245 |
%{__mkdir_p} root/var/log/fail2ban |
%{__mkdir_p} root/var/log/fail2ban |
254 |
--file /var/log/fail2ban/daemon.log 'config(noreplace) %attr(0600,root,root)' \ |
--file /var/log/fail2ban/daemon.log 'config(noreplace) %attr(0600,root,root)' \ |
255 |
--file /etc/cron.daily/cleanup_fail2ban 'attr(0755,root,root)' \ |
--file /etc/cron.daily/cleanup_fail2ban 'attr(0755,root,root)' \ |
256 |
--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)' \ |
|
257 |
--file /usr/bin/sfail2ban 'attr(0755,root,root)' \ |
--file /usr/bin/sfail2ban 'attr(0755,root,root)' \ |
258 |
> %{name}-%{version}-filelist |
> %{name}-%{version}-filelist |
259 |
|
#--file /etc/fail2ban/filter.d/apache-badbots.local 'config(noreplace) %attr(0644,root,root)' \ |
260 |
|
|
261 |
%files -f %{name}-%{version}-filelist |
%files -f %{name}-%{version}-filelist |
262 |
%defattr(-,root,root) |
%defattr(-,root,root) |
266 |
|
|
267 |
%post |
%post |
268 |
|
|
269 |
|
if (systemctl list-unit-files |grep smanager) then |
270 |
|
echo "Smanager restart in spec file" |
271 |
|
/sbin/e-smith/signal-event smanager-refresh; |
272 |
|
fi |
273 |
|
|
274 |
|
|
275 |
%preun |
%preun |