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:
cvsdist 2004-09-09 13:28:05 +00:00
parent 391e5edb77
commit 19f46d3141

View File

@ -1,7 +1,7 @@
Summary: Traces the route taken by packets over a TCP/IP network. Summary: Traces the route taken by packets over a TCP/IP network.
Name: traceroute Name: traceroute
Version: 1.4a12 Version: 1.4a12
Release: 1 Release: 2
Copyright: BSD Copyright: BSD
Group: Applications/Internet Group: Applications/Internet
Source: ftp://ftp.ee.lbl.gov/traceroute-1.4a12.tar.gz 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 Patch10: traceroute-1.4a5-droproot.patch
Patch11: traceroute-1.4a5-bigpacklen.patch Patch11: traceroute-1.4a5-bigpacklen.patch
Patch12: traceroute-1.4a5-lsrr.patch Patch12: traceroute-1.4a5-lsrr.patch
Patch13: traceroute-1.4a12-sockaddrfix.patch
Prefix: %{_prefix} Prefix: %{_prefix}
BuildRoot: %{_tmppath}/%{name}-root BuildRoot: %{_tmppath}/%{name}-root
%description %description
The traceroute utility displays the route used by IP packets on their The traceroute utility displays the route used by IP packets on their
way to a specified network (or Internet) host. Traceroute displays way to a specified network (or Internet) host. Traceroute displays the
the IP number and host name (if possible) of the machines along the IP number and host name (if possible) of the machines along the route
route taken by the packets. Traceroute is used as a network debugging taken by the packets. Traceroute is used as a network debugging
tool. If you're having network connectivity problems, traceroute will tool. If you are having network connectivity problems, traceroute will
show you where the trouble is coming from along the route. show you where the trouble is coming from along the route.
Install traceroute if you need a tool for diagnosing network connectivity
problems.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .fix %patch0 -p1 -b .fix
@ -47,9 +45,10 @@ problems.
%patch10 -p1 -b .droproot %patch10 -p1 -b .droproot
%patch11 -p1 -b .bigpacklen %patch11 -p1 -b .bigpacklen
%patch12 -p1 -b .lsrr %patch12 -p1 -b .lsrr
%patch13 -p1 -b .sockaddrfix
autoreconf -f ; aclocal ; autoconf ; libtoolize --copy --force
%build %build
%configure %configure
make CCOPT="$RPM_OPT_FLAGS" make CCOPT="$RPM_OPT_FLAGS"
@ -74,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man8/* %{_mandir}/man8/*
%changelog %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> * Mon Jun 25 2001 Philipp Knirsch <pknirsch@redhat.de>
- Updated to 1.4a12 - Updated to 1.4a12