Disable some tests that fail in koji due to lack of network.
This commit is contained in:
parent
ead3a97d8c
commit
e3628e7063
@ -1,6 +1,6 @@
|
|||||||
Name: perl-Mail-DKIM
|
Name: perl-Mail-DKIM
|
||||||
Version: 0.32
|
Version: 0.32
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Sign and verify Internet mail with DKIM/DomainKey signatures
|
Summary: Sign and verify Internet mail with DKIM/DomainKey signatures
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -42,6 +42,8 @@ chmod -R u+w $RPM_BUILD_ROOT/*
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
# Conditionally disable tests that require DNS lookups
|
||||||
|
%{?!_with_network_tests: rm t/policy.t t/verifier.t }
|
||||||
make test
|
make test
|
||||||
|
|
||||||
|
|
||||||
@ -57,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jun 18 2008 Kyle VanderBeek <kylev@kylev.com> - 0.32-2
|
||||||
- Make example scripts non-executable to avoid dep detection bloat.
|
- Make example scripts non-executable to avoid dep detection bloat.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user