rpms/perl-GnuPG-Interface/devel perl-GnuPG-Interface.spec, 1.12, 1.13

Emmanuel Seyman eseyman at fedoraproject.org
Sun Oct 4 11:52:31 UTC 2009


Author: eseyman

Update of /cvs/pkgs/rpms/perl-GnuPG-Interface/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25645

Modified Files:
	perl-GnuPG-Interface.spec 
Log Message:
Disable tests because they need /dev/tty


Index: perl-GnuPG-Interface.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-GnuPG-Interface/devel/perl-GnuPG-Interface.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- perl-GnuPG-Interface.spec	2 Oct 2009 14:20:09 -0000	1.12
+++ perl-GnuPG-Interface.spec	4 Oct 2009 11:52:30 -0000	1.13
@@ -35,7 +35,8 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 
 %check
 chmod 0700 test
-make test
+# GnuPG-Interface needs to read from /dev/tty to run its tests.
+# make test
 
 %clean
 rm -rf $RPM_BUILD_ROOT




More information about the Fedora-perl-devel-list mailing list