Appy hostname test patch, and cwd() patch.

This commit is contained in:
Robin Norwood 2007-07-25 00:25:02 +00:00
parent 63c832d7a3
commit 038556dcca

View File

@ -20,7 +20,7 @@
Name: perl Name: perl
Version: %{perl_version} Version: %{perl_version}
Release: 21%{?dist} Release: 22%{?dist}
Epoch: %{perl_epoch} Epoch: %{perl_epoch}
Summary: The Perl programming language Summary: The Perl programming language
Group: Development/Languages Group: Development/Languages
@ -108,11 +108,13 @@ Patch36: perl-5.8.8-U34297_C28006.patch
Patch37: perl-5.8.8-useCFLAGSwithCC.patch Patch37: perl-5.8.8-useCFLAGSwithCC.patch
# Upstream bug 39903 # Upstream bug 39903
Patch38: perl-5.8.8-bz199736.patch Patch38: perl-5.8.8-bz199736.patch
# Disable test_hosts because some tests fail in mock buildroots # Disable test_hosts because hostname tests fail in mock buildroots
Patch39: perl-5.8.8-disable_test_hosts.patch Patch39: perl-5.8.8-disable_test_hosts.patch
# XXX: Fixme - Finish patch. # XXX: Fixme - Finish patch.
#Patch39: perl-5.8.8-bz204679.patch #Patch39: perl-5.8.8-bz204679.patch
Patch40: perl-5.8.8-U28775.patch Patch40: perl-5.8.8-U28775.patch
Patch41: perl-5.8.8-bz247386-file-spec-cwd.patch
BuildRoot: %{_tmppath}/%{name}-%{perl_version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{perl_version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: tcsh, dos2unix, man, groff BuildRequires: tcsh, dos2unix, man, groff
BuildRequires: gdbm-devel, db4-devel BuildRequires: gdbm-devel, db4-devel
@ -344,8 +346,9 @@ upstream tarball from perl.org.
%patch36 -p1 %patch36 -p1
%patch37 -p1 %patch37 -p1
%patch38 -p1 %patch38 -p1
#%patch39 -p1 %patch39 -p1
%patch40 -p1 %patch40 -p1
%patch41 -p1
# #
# Candidates for doc recoding (need case by case review): # 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\)' # find . -name "*.pod" -o -name "README*" -o -name "*.pm" | xargs file -i | grep charset= | grep -v '\(us-ascii\|utf-8\)'
@ -742,6 +745,12 @@ make test
# Nothing. Nada. Zilch. Zarro. Uh uh. Nope. Sorry. # Nothing. Nada. Zilch. Zarro. Uh uh. Nope. Sorry.
%changelog %changelog
* Tue Jul 24 2007 Robin Norwood <rnorwood@redhat.com> - 4:5.8.8-22
- Resolves: rhbz#247386
- Use getcwd() instead of cwd() in File::Spec::Unix to avoid forking.
- Appy patch to skip hostname tests, since hostname lookup isn't
available in Fedora buildroots by design.
* Mon Jul 2 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 4:5.8.8-21 * Mon Jul 2 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 4:5.8.8-21
- perl-core metapackage - perl-core metapackage