From e911e71ad3ec632c7118e6ecbf477cdb66e2e8cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20Vok=C3=A1l?= Date: Fri, 4 Mar 2005 10:29:22 +0000 Subject: [PATCH] - arping fix for infiniband (#150156) --- iputils.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/iputils.spec b/iputils.spec index de0603a..1996799 100644 --- a/iputils.spec +++ b/iputils.spec @@ -1,7 +1,7 @@ Summary: Network monitoring tools including ping. Name: iputils Version: 20020927 -Release: 19 +Release: 20 License: BSD Group: System Environment/Daemons 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 Patch10: iputils-20020927-inet_pton.patch Patch11: iputils-retvals.patch +Patch12: iputils-arping.patch Prefix: %{_prefix} BuildRoot: %{_tmppath}/%{name}-root BuildPreReq: docbook-utils perl-SGMLSpm @@ -47,6 +48,7 @@ cp %{SOURCE2} . %patch9 -p1 -b .unaligned %patch10 -p1 -b .inet_pton %patch11 -p1 -b .retvals +%patch12 -b .arping %build %ifarch s390 s390x @@ -123,6 +125,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man8/* %changelog +* Fri Mar 04 2005 Radek Vokal 20020927-20 +- arping fix for infiniband (#150156) + * Tue Dec 07 2004 Radek Vokal 20020927-19 - return values fixed - patch from suse.de