diff --git a/perl-Mail-DKIM.spec b/perl-Mail-DKIM.spec index cf5c357..28c3fd6 100644 --- a/perl-Mail-DKIM.spec +++ b/perl-Mail-DKIM.spec @@ -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 - 0.32-3 +- Disable some tests that require network access and fail inside koji + * Wed Jun 18 2008 Kyle VanderBeek - 0.32-2 - Make example scripts non-executable to avoid dep detection bloat.