Disable some tests that fail in koji due to lack of network.

This commit is contained in:
Kyle VanderBeek 2008-06-23 19:54:44 +00:00
parent ead3a97d8c
commit e3628e7063

View File

@ -1,6 +1,6 @@
Name: perl-Mail-DKIM
Version: 0.32
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Sign and verify Internet mail with DKIM/DomainKey signatures
Group: Development/Libraries
@ -42,6 +42,8 @@ chmod -R u+w $RPM_BUILD_ROOT/*
%check
# Conditionally disable tests that require DNS lookups
%{?!_with_network_tests: rm t/policy.t t/verifier.t }
make test
@ -57,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Jun 23 2008 Kyle VanderBeek <kylev@kylev.com> - 0.32-3
- Disable some tests that require network access and fail inside koji
* Wed Jun 18 2008 Kyle VanderBeek <kylev@kylev.com> - 0.32-2
- Make example scripts non-executable to avoid dep detection bloat.