|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Summary: Ban IPs that make too many password failures
|
|
|
|
|
Name: fail2ban
|
|
|
|
|
Version: 0.9
|
|
|
|
|
Release: 0.1.gitd529151%{?dist}
|
|
|
|
|
Release: 0.2.gitd529151%{?dist}
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
|
URL: http://fail2ban.sourceforge.net/
|
|
|
|
@ -63,8 +63,9 @@ cp -p files/fail2ban.service %{buildroot}%{_unitdir}/
|
|
|
|
|
mkdir -p %{buildroot}%{_initddir}
|
|
|
|
|
install -p -m 755 files/redhat-initd %{buildroot}%{_initddir}/fail2ban
|
|
|
|
|
%endif
|
|
|
|
|
mkdir -p %{buildroot}%{_mandir}/man1
|
|
|
|
|
install -p -m 644 man/fail2ban*.1 %{buildroot}%{_mandir}/man1
|
|
|
|
|
mkdir -p %{buildroot}%{_mandir}/man{1,5}
|
|
|
|
|
install -p -m 644 man/*.1 %{buildroot}%{_mandir}/man1
|
|
|
|
|
install -p -m 644 man/*.5 %{buildroot}%{_mandir}/man5
|
|
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
|
|
|
|
|
install -p -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/logrotate.d/fail2ban
|
|
|
|
|
install -d -m 0755 %{buildroot}%{_localstatedir}/run/fail2ban/
|
|
|
|
@ -118,6 +119,7 @@ fi
|
|
|
|
|
%{_initddir}/fail2ban
|
|
|
|
|
%endif
|
|
|
|
|
%{_mandir}/man1/fail2ban*.1*
|
|
|
|
|
%{_mandir}/man5/*.1*
|
|
|
|
|
%dir %{_sysconfdir}/fail2ban
|
|
|
|
|
%dir %{_sysconfdir}/fail2ban/action.d
|
|
|
|
|
%dir %{_sysconfdir}/fail2ban/filter.d
|
|
|
|
@ -131,6 +133,9 @@ fi
|
|
|
|
|
%dir %{_localstatedir}/lib/fail2ban/
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Aug 9 2013 Orion Poplawski <orion@cora.nwra.com> - 0.9-0.2.gitd529151
|
|
|
|
|
- Ship jail.conf(5) man page
|
|
|
|
|
|
|
|
|
|
* Thu Aug 8 2013 Orion Poplawski <orion@cora.nwra.com> - 0.9-0.1.gitd529151
|
|
|
|
|
- Update to 0.9 git branch
|
|
|
|
|
- Rebase patches
|
|
|
|
|