disable test_hosts because the tests fail in mock buildroots.

This commit is contained in:
Robin Norwood 2007-05-07 17:13:42 +00:00
parent d1c9e71468
commit 40de04f092
2 changed files with 16 additions and 1 deletions

View File

@ -0,0 +1,11 @@
--- 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,
);

View File

@ -108,8 +108,10 @@ Patch36: perl-5.8.8-U34297_C28006.patch
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 @@ Basic utilities for writing tests.
%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 @@ make test
- 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@redhat.com> - 4:5.8.8-15
- Incorporate fixes from spot and others on fedora-perl-devel