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
|
Name: perl-Mail-DKIM
|
||||||
Version: 0.33
|
Version: 0.33
|
||||||
Release: 1%{?dist}
|
Release: 2%{?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
|
||||||
@ -43,7 +43,7 @@ chmod -R u+w $RPM_BUILD_ROOT/*
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
# Conditionally disable tests that require DNS lookups
|
# 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
|
make test
|
||||||
|
|
||||||
|
|
||||||
@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jun 10 2009 Kyle VanderBeek <kylev@kylev.com> - 0.33-1
|
||||||
- Update to 0.33
|
- Update to 0.33
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user