The test scripts that require working DNS have changed
This commit is contained in:
parent
a315c6a3ee
commit
b538fb4d1a
@ -1,6 +1,6 @@
|
||||
Name: perl-Mail-DKIM
|
||||
Version: 0.33
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Sign and verify Internet mail with DKIM/DomainKey signatures
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -43,7 +43,7 @@ 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 }
|
||||
%{?!_with_network_tests: rm t/policy.t t/public_key.t }
|
||||
make test
|
||||
|
||||
|
||||
@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jun 10 2009 Kyle VanderBeek <kylev@kylev.com> - 0.33-2
|
||||
- Revise network-driven testing exclusions.
|
||||
|
||||
* Wed Jun 10 2009 Kyle VanderBeek <kylev@kylev.com> - 0.33-1
|
||||
- Update to 0.33
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user