rpms/perl-Mail-DKIM/F-9 perl-Mail-DKIM.spec,1.1,1.2

Kyle VanderBeek (kylev) fedora-extras-commits at redhat.com
Mon Jun 23 20:02:07 UTC 2008


Author: kylev

Update of /cvs/pkgs/rpms/perl-Mail-DKIM/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31593/F-9

Modified Files:
	perl-Mail-DKIM.spec 
Log Message:
Fix build problems related to DNS requests.



Index: perl-Mail-DKIM.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Mail-DKIM/F-9/perl-Mail-DKIM.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-Mail-DKIM.spec	23 Jun 2008 18:03:00 -0000	1.1
+++ perl-Mail-DKIM.spec	23 Jun 2008 20:01:26 -0000	1.2
@@ -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 @@
 
 
 %check
+# Conditionally disable tests that require DNS lookups
+%{?!_with_network_tests: rm t/policy.t t/verifier.t }
 make test
 
 
@@ -57,6 +59,9 @@
 
 
 %changelog
+* Mon Jun 23 2008 Kyle VanderBeek <kylev at kylev.com> - 0.32-3
+- Disable some tests that require network access and fail inside koji
+
 * Wed Jun 18 2008 Kyle VanderBeek <kylev at kylev.com> - 0.32-2
 - Make example scripts non-executable to avoid dep detection bloat.
 




More information about the fedora-extras-commits mailing list