/[smecontribs]/rpms/smeserver-fail2ban/contribs9/smeserver-fail2ban.spec
ViewVC logotype

Diff of /rpms/smeserver-fail2ban/contribs9/smeserver-fail2ban.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.3 by jpp, Wed Apr 10 03:26:12 2019 UTC Revision 1.7 by jpp, Mon Jun 3 04:36:56 2019 UTC
# Line 1  Line 1 
1  %define version 0.1.18  %define version 0.1.18
2  %define release 2  %define release 6
3  %define name smeserver-fail2ban  %define name smeserver-fail2ban
4    
5    
# Line 13  Group: Networking/Daemons Line 13  Group: Networking/Daemons
13  Source: %{name}-%{version}.tar.gz  Source: %{name}-%{version}.tar.gz
14  Patch0:smeserver-fail2ban-0.1.18.bz10767-adminpanel.patch  Patch0:smeserver-fail2ban-0.1.18.bz10767-adminpanel.patch
15  Patch1: smeserver-fail2ban-0.1.18.bz9709-wordpress.patch  Patch1: smeserver-fail2ban-0.1.18.bz9709-wordpress.patch
16    Patch2: smeserver-fail2ban-0.1.18.bz10775-sfail2ban.patch
17    Patch3: smeserver-fail2ban-0.1.18-locale-2019-05-15.patch
18    Patch4: smeserver-fail2ban-0.1.18-bz10776-wordpress.patch
19    
20  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
21  BuildArchitectures: noarch  BuildArchitectures: noarch
# Line 25  Requires: fail2ban Line 28  Requires: fail2ban
28  Configure fail2ban on SME Server  Configure fail2ban on SME Server
29    
30  %changelog  %changelog
31  * Tue Apr 09 2019 Jean-Philipe Pialasse <tests@pialasse.com> 0.1.18-2.sme  * 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
35    - fix wordpress fragment error preventing jail.conf to be updated [SME: 10776]
36    
37    * Tue May 14 2019 Jean-Philipe Pialasse <tests@pialasse.com> 0.1.18-4.sme
38    - fix missing sfail2ban exec [SME: 10775]
39    - Apply locals
40    
41    * Tue Apr 09 2019 Jean-Philipe Pialasse <tests@pialasse.com> 0.1.18-3.sme
42  - add admin panel [SME: 10767]  - add admin panel [SME: 10767]
43  - add wordpress jails and filters [SME: 9709]  - add wordpress jails and filters [SME: 9709]
44    
# Line 99  Configure fail2ban on SME Server Line 112  Configure fail2ban on SME Server
112  %setup -q -n %{name}-%{version}  %setup -q -n %{name}-%{version}
113  %patch0 -p1  %patch0 -p1
114  %patch1 -p1  %patch1 -p1
115    %patch2 -p1
116    %patch3 -p1
117    %patch4 -p1
118    
119  %build  %build
120  %{__mkdir_p} root/var/log/fail2ban  %{__mkdir_p} root/var/log/fail2ban
# Line 113  perl createlinks Line 129  perl createlinks
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


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed