Search
j0ke.net Open Build Service
>
Projects
>
ha
:
firewall
>
fail2ban
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 15
[-]
[+]
Changed
fail2ban.spec
@@ -36,6 +36,12 @@ Source1: %{name}.init Source2: %{name}.sysconfig +%ifarch x86_64 +%if 0%{?rhel} +%define py_sitedir %{_prefix}/lib/python%{py_ver}/site-packages +%endif +%endif + %description Fail2ban scans log files like /var/log/messages and bans IP addresses that makes too many password failures. It updates firewall rules to @@ -134,7 +140,9 @@ %dir %{py_sitedir}/fail2ban/tests/files/config/apache-auth/digest_wrongrelm %dir %{py_sitedir}/fail2ban/tests/files/config/apache-auth/noentry %dir %{py_sitedir}/fail2ban/tests/files/logs/bsd +%if 0%{?py_ver} != "2.4" %{py_sitedir}/fail2ban-%{version}-py%{py_ver}.egg-info +%endif %{py_sitedir}/fail2ban/__init__.py* %{py_sitedir}/fail2ban/client/__init__.py* %{py_sitedir}/fail2ban/client/actionreader.py*