rpms/perl/devel perl-5.8.8-disable_test_hosts.patch, NONE, 1.1 perl.spec, 1.116, 1.117

Robin Norwood (rnorwood) fedora-extras-commits at redhat.com
Mon May 7 17:14:17 UTC 2007


Author: rnorwood

Update of /cvs/pkgs/rpms/perl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2070

Modified Files:
	perl.spec 
Added Files:
	perl-5.8.8-disable_test_hosts.patch 
Log Message:
disable test_hosts because the tests fail in mock buildroots.

perl-5.8.8-disable_test_hosts.patch:

--- NEW FILE perl-5.8.8-disable_test_hosts.patch ---
--- perl-5.8.8/lib/Net/Config.pm.orig	2007-05-07 12:35:45.000000000 -0400
+++ perl-5.8.8/lib/Net/Config.pm	2007-05-07 12:40:56.000000000 -0400
@@ -29,7 +29,7 @@
     ftp_firewall => undef,
     ftp_ext_passive => 0,
     ftp_int_passive => 0,
-    test_hosts => 1,
+    test_hosts => 0,
     test_exist => 1,
 );
 


Index: perl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl/devel/perl.spec,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- perl.spec	4 May 2007 18:47:17 -0000	1.116
+++ perl.spec	7 May 2007 17:13:42 -0000	1.117
@@ -108,8 +108,10 @@
 Patch37:        perl-5.8.8-useCFLAGSwithCC.patch
 # Upstream bug 39903
 Patch38:        perl-5.8.8-bz199736.patch
+# Disable test_hosts because some tests fail in mock buildroots
+Patch39:        perl-5.8.8-disable_test_hosts.patch
 # XXX: Fixme - Finish patch.
-Patch39:        perl-5.8.8-bz204679.patch
+#Patch39:        perl-5.8.8-bz204679.patch
 BuildRoot:      %{_tmppath}/%{name}-%{perl_version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  tcsh, dos2unix, man, groff
 BuildRequires:  gdbm-devel, db4-devel
@@ -323,6 +325,7 @@
 %patch36 -p1
 %patch37 -p1
 %patch38 -p1
+%patch39 -p1
 #
 # Candidates for doc recoding (need case by case review):
 # find . -name "*.pod" -o -name "README*" -o -name "*.pm" | xargs file -i | grep charset= | grep -v '\(us-ascii\|utf-8\)'
@@ -721,6 +724,7 @@
 - Further split out development related perl modules.
 - Remove Requires: perl-devel from perl
 - Move libperl.so -> perl-libs
+- Patch39 to disable test_hosts in Net::Config
 
 * Fri Mar  9 2007 Robin Norwood <rnorwood at redhat.com> - 4:5.8.8-15
 - Incorporate fixes from spot and others on fedora-perl-devel




More information about the fedora-extras-commits mailing list