- tracepath doesn't continue past destination host (#174032)
<mildew@gmail.com>
This commit is contained in:
parent
ed4ed5ebf6
commit
20a58e876d
@ -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: 37
|
Release: 38
|
||||||
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
|
||||||
@ -30,6 +30,8 @@ Patch19: iputils-ipv6-hoplimit.patch
|
|||||||
Patch20: iputils-gcc41.patch
|
Patch20: iputils-gcc41.patch
|
||||||
Patch21: iputils-ping_cleanup.patch
|
Patch21: iputils-ping_cleanup.patch
|
||||||
Patch22: iputils-ifenslave.patch
|
Patch22: iputils-ifenslave.patch
|
||||||
|
Patch23: iputils-20020927-trace_stop.patch
|
||||||
|
|
||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
BuildPreReq: docbook-utils perl-SGMLSpm
|
BuildPreReq: docbook-utils perl-SGMLSpm
|
||||||
@ -68,6 +70,7 @@ the target machine is alive and receiving network traffic.
|
|||||||
%patch20 -p1 -b .gcc41
|
%patch20 -p1 -b .gcc41
|
||||||
%patch21 -p1 -b .cleanup
|
%patch21 -p1 -b .cleanup
|
||||||
%patch22 -p1 -b .addr
|
%patch22 -p1 -b .addr
|
||||||
|
%patch23 -p1 -b .trace_stop
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch s390 s390x
|
%ifarch s390 s390x
|
||||||
@ -167,6 +170,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%config(noreplace) %{_sysconfdir}/rc.d/init.d/rdisc
|
%config(noreplace) %{_sysconfdir}/rc.d/init.d/rdisc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Mar 29 2006 Radek Vokál <rvokal@redhat.com> - 20020927-37
|
||||||
- fix ifenslave, shows interface addresses
|
- fix ifenslave, shows interface addresses
|
||||||
- add RPM_OPT_FLAGS to ifenslave
|
- add RPM_OPT_FLAGS to ifenslave
|
||||||
|
Loading…
Reference in New Issue
Block a user