forked from pool/coreutils
This commit is contained in:
parent
674e901794
commit
3b98ba0aad
15
coreutils-getaddrinfo.diff
Normal file
15
coreutils-getaddrinfo.diff
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
Index: coreutils-6.9.90/gnulib-tests/test-getaddrinfo.c
|
||||||
|
===================================================================
|
||||||
|
--- coreutils-6.9.90.orig/gnulib-tests/test-getaddrinfo.c 2007-11-17 07:59:42.000000000 +0100
|
||||||
|
+++ coreutils-6.9.90/gnulib-tests/test-getaddrinfo.c 2007-12-12 11:25:49.000000000 +0100
|
||||||
|
@@ -61,6 +61,10 @@ int simple (char *host, char *service)
|
||||||
|
if (res == EAI_SERVICE)
|
||||||
|
return 0;
|
||||||
|
|
||||||
|
+ /* Do not fail this test for temporary name resolution errors. */
|
||||||
|
+ if (res == EAI_AGAIN)
|
||||||
|
+ return 0;
|
||||||
|
+
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 12 11:27:08 CET 2007 - rguenther@suse.de
|
||||||
|
|
||||||
|
- adjust test-getaddrinfo to not fail w/o network connection
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 10 17:50:07 CET 2007 - ro@suse.de
|
Mon Dec 10 17:50:07 CET 2007 - ro@suse.de
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ Obsoletes: libselinux <= 1.23.11-3 libselinux-32bit >= 9 libselinux-64bit =
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
PreReq: %{install_info_prereq}
|
PreReq: %{install_info_prereq}
|
||||||
Version: 6.9.90
|
Version: 6.9.90
|
||||||
Release: 4
|
Release: 6
|
||||||
Summary: GNU Core Utilities
|
Summary: GNU Core Utilities
|
||||||
Source: coreutils-%{version}.tar.bz2
|
Source: coreutils-%{version}.tar.bz2
|
||||||
Source1: su.pamd
|
Source1: su.pamd
|
||||||
@ -38,6 +38,7 @@ Patch16: invalid-ids.diff
|
|||||||
Patch20: coreutils-6.8-su.diff
|
Patch20: coreutils-6.8-su.diff
|
||||||
Patch21: coreutils-6.8.0-pie.diff
|
Patch21: coreutils-6.8.0-pie.diff
|
||||||
Patch22: coreutils-5.3.0-sbin4su.diff
|
Patch22: coreutils-5.3.0-sbin4su.diff
|
||||||
|
Patch23: coreutils-getaddrinfo.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -105,6 +106,7 @@ Authors:
|
|||||||
%patch20
|
%patch20
|
||||||
%patch21
|
%patch21
|
||||||
%patch22
|
%patch22
|
||||||
|
%patch23 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
AUTOPOINT=true autoreconf -fi
|
AUTOPOINT=true autoreconf -fi
|
||||||
@ -169,6 +171,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir %{_prefix}/share/locale/*/LC_TIME
|
%dir %{_prefix}/share/locale/*/LC_TIME
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 12 2007 - rguenther@suse.de
|
||||||
|
- adjust test-getaddrinfo to not fail w/o network connection
|
||||||
* Mon Dec 10 2007 - ro@suse.de
|
* Mon Dec 10 2007 - ro@suse.de
|
||||||
- change source archive compression back to .bz2 to avoid another
|
- change source archive compression back to .bz2 to avoid another
|
||||||
dependency in the lowest basesystem
|
dependency in the lowest basesystem
|
||||||
|
Loading…
Reference in New Issue
Block a user