- traceroute can not continue past destination host (#199342)
This commit is contained in:
parent
754696afb2
commit
6f03f0bba9
@ -1,12 +1,13 @@
|
||||
Summary: Traces the route taken by packets over a TCP/IP network.
|
||||
Name: traceroute
|
||||
Version: 1.0.4
|
||||
Release: 1.2.1
|
||||
Release: 2
|
||||
Epoch: 2
|
||||
License: GPL
|
||||
Group: Applications/Internet
|
||||
Source: ftp://ftp.lst.de/pub/people/okir/traceroute/%{name}-%{version}.tar.bz2
|
||||
Patch0: traceroute-1.0.4-compat.patch
|
||||
Patch1: traceroute-1.0.4-trace_stop.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
|
||||
%description
|
||||
@ -28,6 +29,7 @@ problems.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .compat
|
||||
%patch1 -p1 -b .trace_stop
|
||||
|
||||
%build
|
||||
%ifarch s390 s390x
|
||||
@ -57,6 +59,9 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man8/*
|
||||
|
||||
%changelog
|
||||
* Wed Jul 19 2006 Radek Vokal <rvokal@redhat.com> - 2:1.0.4-2
|
||||
- traceroute can not continue past destination host (#199342)
|
||||
|
||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2:1.0.4-1.2.1
|
||||
- rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user