Blame traceroute.spec

Martin Bacovsky 88e64d
Summary: Traces the route taken by packets over an IPv4/IPv6 network
cvsdist ad6606
Name: traceroute
Martin Bacovsky dac1e2
Epoch: 3
Martin Bacovsky fb50d8
Version: 2.0.1
Martin Bacovsky dac1e2
Release: 2
cvsdist ad6606
Group: Applications/Internet
Martin Bacovsky 88e64d
License: GPL
Martin Bacovsky 88e64d
URL:  http://dmitry.butskoy.name/traceroute
Martin Bacovsky 88e64d
Source0: http://www.odu.neva.ru/buc/traceroute/traceroute-%{version}.tar.gz
Martin Bacovsky 88e64d
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Martin Bacovsky 88e64d
cvsdist ad6606
cvsdist ad6606
%description
cvsdist ad6606
The traceroute utility displays the route used by IP packets on their
cvsdist f0ddec
way to a specified network (or Internet) host.  Traceroute displays
cvsdist f0ddec
the IP number and host name (if possible) of the machines along the
cvsdist f0ddec
route taken by the packets.  Traceroute is used as a network debugging
cvsdist f0ddec
tool.  If you're having network connectivity problems, traceroute will
cvsdist ad6606
show you where the trouble is coming from along the route.
cvsdist ad6606
cvsdist f0ddec
Install traceroute if you need a tool for diagnosing network connectivity
cvsdist f0ddec
problems.
cvsdist f0ddec
Martin Bacovsky 88e64d
cvsdist ad6606
%prep
cvsdist ad6606
%setup -q
Martin Bacovsky 88e64d
cvsdist ad6606
cvsdist ad6606
%build
Martin Bacovsky 88e64d
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
Radek Vokál 42cba1
cvsdist ad6606
cvsdist ad6606
%install
Martin Bacovsky 88e64d
rm -rf $RPM_BUILD_ROOT
Martin Bacovsky 88e64d
Martin Bacovsky fb50d8
install -d $RPM_BUILD_ROOT/bin
Martin Bacovsky fb50d8
install -m755 traceroute/traceroute $RPM_BUILD_ROOT/bin
Martin Bacovsky fb50d8
pushd $RPM_BUILD_ROOT/bin
Martin Bacovsky 88e64d
ln -s traceroute traceroute6
Martin Bacovsky 88e64d
ln -s traceroute tracert
Martin Bacovsky 88e64d
ln -s traceroute tcptraceroute
Martin Bacovsky 88e64d
popd
Martin Bacovsky 88e64d
Martin Bacovsky 88e64d
install -d $RPM_BUILD_ROOT%{_mandir}/man8
Martin Bacovsky 88e64d
install -p traceroute.8 $RPM_BUILD_ROOT%{_mandir}/man8
Martin Bacovsky 88e64d
cvsdist 38be5d
cvsdist ad6606
%clean
Martin Bacovsky 88e64d
rm -rf $RPM_BUILD_ROOT
Martin Bacovsky 88e64d
cvsdist ad6606
cvsdist ad6606
%files
Martin Bacovsky 88e64d
%defattr(-,root,root,-)
Martin Bacovsky 88e64d
%doc COPYING README TODO CREDITS
Martin Bacovsky fb50d8
/bin/*
Martin Bacovsky 88e64d
%{_mandir}/*/*
Martin Bacovsky 88e64d
cvsdist ad6606
cvsdist ad6606
%changelog
Martin Bacovsky dac1e2
* Mon Oct 30 2006 Martin Bacovsky <mbacovsk@redhat.com> - 3:2.0.1-2
Martin Bacovsky dac1e2
- posted up lost epoch number
Martin Bacovsky dac1e2
Martin Bacovsky fb50d8
* Mon Oct 23 2006 Martin Bacovsky <mbacovsk@redhat.com> - 2.0.1-1
Martin Bacovsky fb50d8
- upgarde to 2.0.1
Martin Bacovsky fb50d8
- changed bindir to /bin
Martin Bacovsky fb50d8
- improoved time obtaining
Martin Bacovsky fb50d8
Martin Bacovsky 3654c0
* Thu Oct 19 2006 Martin Bacovsky <mbacovsk@redhat.com> - 2.0.0-2
Martin Bacovsky 3654c0
- fixed release numbering in spec file
Martin Bacovsky 3654c0
Martin Bacovsky 3654c0
* Tue Oct 17 2006 Martin Bacovsky <mbacovsk@redhat.com> - 2.0.0-1.fc7
Martin Bacovsky 88e64d
- new source
Martin Bacovsky 88e64d
- new features including ICMP support above all (#176587)
Martin Bacovsky 88e64d
- Thanks to Dmitry Butskoy
Martin Bacovsky 88e64d
Radek Vokál 6f03f0
* Wed Jul 19 2006 Radek Vokal <rvokal@redhat.com> - 2:1.0.4-2
Radek Vokál 6f03f0
- traceroute can not continue past destination host (#199342)
Radek Vokál 6f03f0
Jesse Keating 754696
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2:1.0.4-1.2.1
Jesse Keating 754696
- rebuild
Jesse Keating 754696
Jesse Keating 893c84
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2:1.0.4-1.2
Jesse Keating 893c84
- bump again for double-long bug on ppc(64)
Jesse Keating 893c84
Jesse Keating 4a06ea
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2:1.0.4-1.1
Jesse Keating 4a06ea
- rebuilt for new gcc4.1 snapshot and glibc changes
Jesse Keating 4a06ea
Radek Vokál 2c3651
* Mon Jan 09 2006 Radek Vokal <rvokal@redhat.com> 1.0.4-1
Radek Vokál 2c3651
- upgrade to 1.0.4
Radek Vokál 2c3651
- proper fix for bug #173762
Radek Vokál 2c3651
Jesse Keating 7b970c
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
Jesse Keating 7b970c
- rebuilt
Jesse Keating 7b970c
Radek Vokál 1d89f6
* Mon Nov 21 2005 Radek Vokal <rvokal@redhat.com> 1.0.3-5
Radek Vokál 1d89f6
- removed ICMP6_DST_UNREACH_NOTNEIGHBOR (#173762)
Radek Vokál 1d89f6
Radek Vokál 42cba1
* Tue Nov 08 2005 Radek Vokal <rvokal@redhat.com> 1.0.3-4
Radek Vokál 42cba1
- comaptibility patch, use -s and -i options
Radek Vokál 42cba1
Radek Vokál 42cba1
* Thu Nov 03 2005 Robert Scheck <redhat@linuxnetz.de> 1.0.3-3
Radek Vokál 42cba1
- enable working IPv6 support in traceroute
Radek Vokál 42cba1
- removed old compatibility links, nothing has SUID/SGID
Radek Vokál 42cba1
- added some documentation files
Radek Vokál 42cba1
- don't expand rpm macros in %%changelog
Radek Vokál 42cba1
Radek Vokál 42cba1
* Wed Nov 02 2005 Xose Vazquez Perez <xose.vazquez@gmail.com> 1.0.3-2
Radek Vokál 42cba1
- license is GPL
Radek Vokál 42cba1
- remove S_ISUID from /bin/traceroute
Radek Vokál 42cba1
- description of this implementation
Radek Vokál 42cba1
- s/$RPM_BUILD_ROOT/%%{buildroot}
Radek Vokál 42cba1
- man page needs 0644
Radek Vokál 42cba1
- link it agains relative paths, it works over NFS
Radek Vokál 42cba1
Radek Vokál 42cba1
* Wed Nov 02 2005 Radek Vokal <rvokal@redhat.com> 1.0.3-1
Radek Vokál 42cba1
- new source 
Radek Vokál 42cba1
Radek Vokál e26c2b
* Thu Aug 11 2005 Radek Vokal <rvokal@redhat.com> 1.4a12-27
Radek Vokál e26c2b
- fixed packet size for icmp checksum (#164466)
Radek Vokál e26c2b
- small buffer-overflow fixies
Radek Vokál e26c2b
Radek Vokál c3c046
* Fri Mar 04 2005 Radek Vokal <rvokal@redhat.com> 1.4a12-26
Radek Vokál c3c046
- gcc4 rebuilt
Radek Vokál c3c046
Radek Vokál 04d06a
* Wed Feb 09 2005 Radek Vokal <rvokal@redhat.com> 1.4a12-25
Radek Vokál 04d06a
- rebuilt
Radek Vokál 04d06a
- verify icmp checksum only when -I used (#106013)
Radek Vokál 04d06a
Radek Vokál e5c676
* Mon Oct 11 2004 Radek Vokal <rvokal@redhat.com> 1.4a12-24
Radek Vokál e5c676
- spec file updated (#135187)
Radek Vokál e5c676
cvsdist 18c6c3
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 18c6c3
- rebuilt
cvsdist 18c6c3
cvsdist 670ee7
* Wed May 12 2004 Phil Knirsch <pknirsch@redhat.com> 1.4a12-22
cvsdist 670ee7
- Enabled PIE for traceroute.
cvsdist 670ee7
cvsdist 8bb802
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 8bb802
- rebuilt
cvsdist 8bb802
cvsdist 38be5d
* Mon Sep 01 2003 Phil Knirsch <pknirsch@redhat.com> 1.4a12-20.1
cvsdist 38be5d
- rebuilt
cvsdist 38be5d
cvsdist 38be5d
* Mon Sep 01 2003 Phil Knirsch <pknirsch@redhat.com> 1.4a12-20
cvsdist 38be5d
- Added patch from Jesper Skriver supplied by Kaj J. Niemi to support
cvsdist 38be5d
  draft-ietf-mpls-icmp-02.txt.
cvsdist 38be5d
cvsdist 38be5d
* Thu Aug 28 2003 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 38be5d
- move debuginfo stuff into proper rpms
cvsdist 38be5d
cvsdist 38be5d
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 38be5d
- rebuilt
cvsdist 38be5d
cvsdist 38be5d
* Tue May 13 2003 Phil Knirsch <pknirsch@redhat.com> 1.4a12-17
cvsdist 38be5d
- Bumped release and rebuilt
cvsdist 38be5d
cvsdist 38be5d
* Tue May 13 2003 Phil Knirsch <pknirsch@redhat.com> 1.4a12-16
cvsdist 38be5d
- Moved binary to /bin and symlink to old /usr/sbin place for compatibility.
cvsdist 38be5d
cvsdist 38be5d
* Mon May 12 2003 Phil Knirsch <pknirsch@redhat.com> 1.4a12-15
cvsdist 38be5d
- Bumped release and rebuilt
cvsdist 38be5d
cvsdist 38be5d
* Mon May 12 2003 Phil Knirsch <pknirsch@redhat.com> 1.4a12-14
cvsdist 38be5d
- Added -t option (#71790).
cvsdist 38be5d
cvsdist 38be5d
* Mon May 12 2003 Phil Knirsch <pknirsch@redhat.com> 1.4a12-13
cvsdist 38be5d
- Bumped release and rebuilt
cvsdist 38be5d
cvsdist 38be5d
* Mon May 12 2003 Phil Knirsch <pknirsch@redhat.com> 1.4a12-12
cvsdist 38be5d
- Switch to bz2 tarball to save space
cvsdist 38be5d
- Added URL tag.
cvsdist 38be5d
cvsdist 38be5d
* Mon May 12 2003 Phil Knirsch <pknirsch@redhat.com> 1.4a12-11
cvsdist 38be5d
- Bumped release and rebuilt
cvsdist 38be5d
cvsdist 38be5d
* Mon May 12 2003 Phil Knirsch <pknirsch@redhat.com> 1.4a12-10
cvsdist 38be5d
- Added symlink to /usr/bin (#18313).
cvsdist 38be5d
cvsdist 38be5d
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 1.4a12-9
cvsdist bd2c38
- rebuilt
cvsdist bd2c38
cvsdist bd2c38
* Wed Jan 08 2003 Phil Knirsch <pknirsch@redhat.com> 1.4a12-8
cvsdist bd2c38
- Yet another fix for that bug.
cvsdist bd2c38
cvsdist bd2c38
* Tue Nov 26 2002 Phil Knirsch <pknirsch@redhat.com> 1.4a12-7
cvsdist bd2c38
- Added fix for -i option (#78424).
cvsdist bd2c38
cvsdist bd2c38
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 1.4a12-6
cvsdist ccb83f
- automated rebuild
cvsdist ccb83f
cvsdist f0ddec
* Wed Jun 19 2002 Phil Knirsch <pknirsch@redhat.com> 1.4a12-5
cvsdist f0ddec
- Don't forcibly strip binaries
cvsdist f0ddec
cvsdist f0ddec
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist f0ddec
- automated rebuild
cvsdist f0ddec
cvsdist f0ddec
* Wed Jan 30 2002 Phil Knirsch <pknirsch@redhat.com>
cvsdist f0ddec
- Bumped version number for rebuild
cvsdist 19f46d
cvsdist 391e5e
* Mon Jun 25 2001 Philipp Knirsch <pknirsch@redhat.de>
cvsdist 391e5e
- Updated to 1.4a12
cvsdist 391e5e
cvsdist b221ec
* Fri Dec  1 2000 Jeff Johnson <jbj@redhat.com>
cvsdist b221ec
- use RPM_OPT_FLAGS (#21279).
cvsdist b221ec
cvsdist 4c3209
* Wed Oct  4 2000 Jeff Johnson <jbj@redhat.com>
cvsdist 4c3209
- check max. packet length correctly (#15917).
cvsdist 4c3209
- support LSRR correctly (#16281).
cvsdist 4c3209
cvsdist ad6606
* Tue Jul 18 2000 Jeff Johnson <jbj@redhat.com>
cvsdist ad6606
- drop root privileges even earlier (#13466).
cvsdist ad6606
cvsdist ad6606
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist ad6606
- automatic rebuild
cvsdist ad6606
cvsdist ad6606
* Mon Jul 10 2000 Preston Brown <pbrown@redhat.com>
cvsdist ad6606
- bugfix for segfault with source routing (#13466)
cvsdist ad6606
- fix bug tracerouting thru aliased ethernet addresses (#9351)
cvsdist ad6606
cvsdist ad6606
* Sun Jun 18 2000 Jeff Johnson <jbj@redhat.com>
cvsdist ad6606
- FHS packaging.
cvsdist ad6606
cvsdist ad6606
* Fri Apr 28 2000 Bill Nottingham <notting@redhat.com>
cvsdist ad6606
- fix build with new stricter patch
cvsdist ad6606
cvsdist ad6606
* Mon Feb  7 2000 Jeff Johnson <jbj@redhat.com>
cvsdist ad6606
- compress man pages.
cvsdist ad6606
cvsdist ad6606
* Fri Jan 14 2000 Bill Nottingham <notting@redhat.com>
cvsdist ad6606
- add patch for tracing to really long hostnames
cvsdist ad6606
cvsdist ad6606
* Thu May 27 1999 Richard Henderson <rth@twiddle.net>
cvsdist ad6606
- avoid unaligned traps writing into the output data area.
cvsdist ad6606
cvsdist ad6606
* Fri May 14 1999 Jeff Johnson <jbj@redhat.com>
cvsdist ad6606
- fix segfault when host cannot be reached through if (#2819)
cvsdist ad6606
cvsdist ad6606
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
cvsdist ad6606
- auto rebuild in the new build environment (release 14)
cvsdist ad6606
cvsdist ad6606
* Fri Mar 19 1999 Jeff Johnson <jbj@redhat.com>
cvsdist ad6606
- strip binaries.
cvsdist ad6606
cvsdist ad6606
* Sun Feb 07 1999 Preston Brown <pbrown@redhat.com>
cvsdist ad6606
- patch added to automatically determine interface to route through
cvsdist ad6606
cvsdist ad6606
* Fri Jan 22 1999 Jeff Johnson <jbj@redhat.com>
Radek Vokál 42cba1
- use %%configure
cvsdist ad6606
- fix 64 bit problem on alpha (#919)
cvsdist ad6606
cvsdist ad6606
* Wed Jan 13 1999 Bill Nottingham <notting@redhat.com>
cvsdist ad6606
- configure fix for arm
cvsdist ad6606
cvsdist ad6606
* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
cvsdist ad6606
- translations modified for de, fr, tr
cvsdist ad6606
cvsdist ad6606
* Tue Dec 16 1997 Cristian Gafton <gafton@redhat.com>
cvsdist ad6606
- updated the security patch (ouch!). Without the glibc fix, it could be
cvsdist ad6606
  worthless anyway
cvsdist ad6606
cvsdist ad6606
* Sat Dec 13 1997 Cristian Gafton <gafton@redhat.com>
cvsdist ad6606
- added a security patch fix
cvsdist ad6606
cvsdist ad6606
* Wed Oct 22 1997 Erik Troan <ewt@redhat.com>
cvsdist ad6606
- added fix from Christopher Seawood
cvsdist ad6606
cvsdist ad6606
* Mon Sep 22 1997 Erik Troan <ewt@redhat.com>
cvsdist ad6606
- updated to 1.4a5 for security fixes; release 1 is for RH 4.2, release 2
cvsdist ad6606
  is against glibc
cvsdist ad6606
cvsdist ad6606
* Fri Jul 18 1997 Erik Troan <ewt@redhat.com>
cvsdist ad6606
- built against glibc