diff --git a/iputils.spec b/iputils.spec index 80c87e0..2c59c14 100644 --- a/iputils.spec +++ b/iputils.spec @@ -1,7 +1,7 @@ Summary: Network monitoring tools including ping. Name: iputils Version: 20020927 -Release: 31.1 +Release: 32 License: BSD Group: System Environment/Daemons Source0: http://www.tux.org/pub/net/ip-routing/%{name}-ss020927.tar.gz @@ -26,6 +26,7 @@ Patch15: iputils-20020927-12-arping.patch Patch16: iputils-getaddrinfo.patch Patch17: iputils-flood.patch Patch18: iputils-ping-168166.patch +Patch19: iputils-ipv6-hoplimit.patch Prefix: %{_prefix} BuildRoot: %{_tmppath}/%{name}-root BuildPreReq: docbook-utils perl-SGMLSpm @@ -59,6 +60,7 @@ the target machine is alive and receiving network traffic. %patch16 -p1 -b .getaddrinfo %patch17 -p1 -b .flood %patch18 -p1 -b .memset +%patch19 -p1 -b .hoplimit %build %ifarch s390 s390x @@ -158,6 +160,9 @@ rm -rf ${RPM_BUILD_ROOT} %config(noreplace) %{_sysconfdir}/rc.d/init.d/rdisc %changelog +* Tue Dec 13 2005 Radek Vokal 20020927-32 +- fix HOPLIMIT option for setsockopt() (#175471) + * Fri Dec 09 2005 Jesse Keating - rebuilt