- tracepath doesn't continue past destination host (#174032)

<mildew@gmail.com>
This commit is contained in:
Radek Vokál 2006-07-10 07:33:23 +00:00
parent ed4ed5ebf6
commit 20a58e876d

View File

@ -1,7 +1,7 @@
Summary: Network monitoring tools including ping.
Name: iputils
Version: 20020927
Release: 37
Release: 38
License: BSD
Group: System Environment/Daemons
Source0: http://www.tux.org/pub/net/ip-routing/%{name}-ss020927.tar.gz
@ -30,6 +30,8 @@ Patch19: iputils-ipv6-hoplimit.patch
Patch20: iputils-gcc41.patch
Patch21: iputils-ping_cleanup.patch
Patch22: iputils-ifenslave.patch
Patch23: iputils-20020927-trace_stop.patch
Prefix: %{_prefix}
BuildRoot: %{_tmppath}/%{name}-root
BuildPreReq: docbook-utils perl-SGMLSpm
@ -68,6 +70,7 @@ the target machine is alive and receiving network traffic.
%patch20 -p1 -b .gcc41
%patch21 -p1 -b .cleanup
%patch22 -p1 -b .addr
%patch23 -p1 -b .trace_stop
%build
%ifarch s390 s390x
@ -167,6 +170,9 @@ rm -rf ${RPM_BUILD_ROOT}
%config(noreplace) %{_sysconfdir}/rc.d/init.d/rdisc
%changelog
* Mon Jul 10 2006 Radek Vokal <rvokal@redhat.com> - 20020927-38
- tracepath doesn't continue past destination host (#174032) <mildew@gmail.com>
* Wed Mar 29 2006 Radek Vokál <rvokal@redhat.com> - 20020927-37
- fix ifenslave, shows interface addresses
- add RPM_OPT_FLAGS to ifenslave