1 |
%define version 0.1.18 |
%define version 0.1.18 |
2 |
%define release 30 |
%define release 31 |
3 |
%define name smeserver-fail2ban |
%define name smeserver-fail2ban |
4 |
|
|
5 |
Summary: fail2ban integration on SME Server |
Summary: fail2ban integration on SME Server |
34 |
Patch21: smeserver-fail2ban-0.1.18-locale-2022-07-22.patch |
Patch21: smeserver-fail2ban-0.1.18-locale-2022-07-22.patch |
35 |
Patch22: smeserver-fail2ban-0.1.18-bz12008-backup.patch |
Patch22: smeserver-fail2ban-0.1.18-bz12008-backup.patch |
36 |
Patch23: smeserver-fail2ban-0.1.18-locale-2022-07-30.patch |
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 |
|
|
39 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
40 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
50 |
Configure fail2ban on SME Server |
Configure fail2ban on SME Server |
51 |
|
|
52 |
%changelog |
%changelog |
53 |
|
* Fri Mar 01 2024 Brian Read <brianr@koozali.org> 0.1.18-31.sme |
54 |
|
- Edit SM2 Menu entry to conform to new arrangements [SME: 12493] |
55 |
|
|
56 |
* Fri Jul 29 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.18-30.sme |
* Fri Jul 29 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.18-30.sme |
57 |
- add to core backup [SME: 12008] |
- add to core backup [SME: 12008] |
58 |
- add local 2022-07-30 patch |
- add local 2022-07-30 patch |
234 |
%patch21 -p1 |
%patch21 -p1 |
235 |
%patch22 -p1 |
%patch22 -p1 |
236 |
%patch23 -p1 |
%patch23 -p1 |
237 |
|
%patch24 -p1 |
238 |
|
|
239 |
%build |
%build |
240 |
%{__mkdir_p} root/var/log/fail2ban |
%{__mkdir_p} root/var/log/fail2ban |
261 |
|
|
262 |
%post |
%post |
263 |
|
|
264 |
|
if (systemctl list-unit-files |grep smanager) then |
265 |
|
echo "Smanager restart in spec file" |
266 |
|
/sbin/e-smith/signal-event smanager-refresh; |
267 |
|
fi |
268 |
|
|
269 |
|
|
270 |
%preun |
%preun |