auto-import changelog data from traceroute-1.4a5-25.src.rpm

Fri Dec 01 2000 Jeff Johnson <jbj@redhat.com>
- use RPM_OPT_FLAGS (#21279).
This commit is contained in:
cvsdist 2004-09-09 13:26:13 +00:00
parent 4c32090393
commit b221ec7de3

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.4a5 Version: 1.4a5
Release: 24 Release: 25
Copyright: BSD Copyright: BSD
Group: Applications/Internet Group: Applications/Internet
Source: ftp://ftp.ee.lbl.gov/traceroute-1.4a5.tar.Z Source: ftp://ftp.ee.lbl.gov/traceroute-1.4a5.tar.Z
@ -51,7 +51,7 @@ problems.
%build %build
%configure %configure
make make CCOPT="$RPM_OPT_FLAGS"
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -74,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man8/* %{_mandir}/man8/*
%changelog %changelog
* Fri Dec 1 2000 Jeff Johnson <jbj@redhat.com>
- use RPM_OPT_FLAGS (#21279).
* Wed Oct 4 2000 Jeff Johnson <jbj@redhat.com> * Wed Oct 4 2000 Jeff Johnson <jbj@redhat.com>
- check max. packet length correctly (#15917). - check max. packet length correctly (#15917).
- support LSRR correctly (#16281). - support LSRR correctly (#16281).