From fc604fe404ea3fcd5fce2c32f8900a7d37af7c26 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Fri, 25 Jan 2013 09:43:17 -0700 Subject: [PATCH] Testcases need network access. Disable for now --- fail2ban.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fail2ban.spec b/fail2ban.spec index 4412ef2..80d1bae 100644 --- a/fail2ban.spec +++ b/fail2ban.spec @@ -59,8 +59,9 @@ install -d -m 0755 %{buildroot}%{_localstatedir}/lib/fail2ban/ mkdir -p %{buildroot}%{_sysconfdir}/tmpfiles.d install -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/tmpfiles.d/fail2ban.conf -%check -./fail2ban-testcases +# Testcases need network access +#%check +#./fail2ban-testcases %clean rm -rf %{buildroot}