auto-import changelog data from traceroute-1.4a12-2.src.rpm
Thu Mar 14 2002 Phil Knirsch <pknirsch@redhat.com> - Added patch by Tom "spot" Callaway to fix sockaddr problem in sparc64.
This commit is contained in:
parent
391e5edb77
commit
19f46d3141
@ -1,7 +1,7 @@
|
||||
Summary: Traces the route taken by packets over a TCP/IP network.
|
||||
Name: traceroute
|
||||
Version: 1.4a12
|
||||
Release: 1
|
||||
Release: 2
|
||||
Copyright: BSD
|
||||
Group: Applications/Internet
|
||||
Source: ftp://ftp.ee.lbl.gov/traceroute-1.4a12.tar.gz
|
||||
@ -18,20 +18,18 @@ Patch9: traceroute-1.4a5-aliases.patch
|
||||
Patch10: traceroute-1.4a5-droproot.patch
|
||||
Patch11: traceroute-1.4a5-bigpacklen.patch
|
||||
Patch12: traceroute-1.4a5-lsrr.patch
|
||||
Patch13: traceroute-1.4a12-sockaddrfix.patch
|
||||
Prefix: %{_prefix}
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
|
||||
%description
|
||||
The traceroute utility displays the route used by IP packets on their
|
||||
way to a specified network (or Internet) host. Traceroute displays
|
||||
the IP number and host name (if possible) of the machines along the
|
||||
route taken by the packets. Traceroute is used as a network debugging
|
||||
tool. If you're having network connectivity problems, traceroute will
|
||||
way to a specified network (or Internet) host. Traceroute displays the
|
||||
IP number and host name (if possible) of the machines along the route
|
||||
taken by the packets. Traceroute is used as a network debugging
|
||||
tool. If you are having network connectivity problems, traceroute will
|
||||
show you where the trouble is coming from along the route.
|
||||
|
||||
Install traceroute if you need a tool for diagnosing network connectivity
|
||||
problems.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .fix
|
||||
@ -47,9 +45,10 @@ problems.
|
||||
%patch10 -p1 -b .droproot
|
||||
%patch11 -p1 -b .bigpacklen
|
||||
%patch12 -p1 -b .lsrr
|
||||
%patch13 -p1 -b .sockaddrfix
|
||||
autoreconf -f ; aclocal ; autoconf ; libtoolize --copy --force
|
||||
|
||||
%build
|
||||
|
||||
%configure
|
||||
make CCOPT="$RPM_OPT_FLAGS"
|
||||
|
||||
@ -74,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man8/*
|
||||
|
||||
%changelog
|
||||
* Thu Mar 14 2002 Phil Knirsch <pknirsch@redhat.com>
|
||||
- Added patch by Tom "spot" Callaway to fix sockaddr problem in sparc64.
|
||||
|
||||
* Mon Jun 25 2001 Philipp Knirsch <pknirsch@redhat.de>
|
||||
- Updated to 1.4a12
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user