- arping fix for infiniband (#150156)

This commit is contained in:
Radek Vokál 2005-03-04 10:29:22 +00:00
parent cd2caf7c3d
commit e911e71ad3

View File

@ -1,7 +1,7 @@
Summary: Network monitoring tools including ping. Summary: Network monitoring tools including ping.
Name: iputils Name: iputils
Version: 20020927 Version: 20020927
Release: 19 Release: 20
License: BSD License: BSD
Group: System Environment/Daemons Group: System Environment/Daemons
Source0: http://www.tux.org/pub/net/ip-routing/%{name}-ss020927.tar.gz Source0: http://www.tux.org/pub/net/ip-routing/%{name}-ss020927.tar.gz
@ -19,6 +19,7 @@ Patch8: iputils-20020927-headers.patch
Patch9: iputils-20020927-unaligned.patch Patch9: iputils-20020927-unaligned.patch
Patch10: iputils-20020927-inet_pton.patch Patch10: iputils-20020927-inet_pton.patch
Patch11: iputils-retvals.patch Patch11: iputils-retvals.patch
Patch12: iputils-arping.patch
Prefix: %{_prefix} Prefix: %{_prefix}
BuildRoot: %{_tmppath}/%{name}-root BuildRoot: %{_tmppath}/%{name}-root
BuildPreReq: docbook-utils perl-SGMLSpm BuildPreReq: docbook-utils perl-SGMLSpm
@ -47,6 +48,7 @@ cp %{SOURCE2} .
%patch9 -p1 -b .unaligned %patch9 -p1 -b .unaligned
%patch10 -p1 -b .inet_pton %patch10 -p1 -b .inet_pton
%patch11 -p1 -b .retvals %patch11 -p1 -b .retvals
%patch12 -b .arping
%build %build
%ifarch s390 s390x %ifarch s390 s390x
@ -123,6 +125,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_mandir}/man8/* %{_mandir}/man8/*
%changelog %changelog
* Fri Mar 04 2005 Radek Vokal <rvokal@redhat.com> 20020927-20
- arping fix for infiniband (#150156)
* Tue Dec 07 2004 Radek Vokal <rvokal@redhat.com> 20020927-19 * Tue Dec 07 2004 Radek Vokal <rvokal@redhat.com> 20020927-19
- return values fixed - patch from suse.de - return values fixed - patch from suse.de