- this release adds support for icmp extensions (including MPLS), which was expected for a long time (#176588) - drop "tracert" symlink (#461109)
This commit is contained in:
parent
35c1dc3650
commit
8dd4789ba2
@ -1 +1 @@
|
|||||||
traceroute-2.0.11.tar.gz
|
traceroute-2.0.12.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
d400573042d41559fc3e5260275300d8 traceroute-2.0.11.tar.gz
|
2262a9d30ae85f12b759a38ef827f8f7 traceroute-2.0.12.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Traces the route taken by packets over an IPv4/IPv6 network
|
Summary: Traces the route taken by packets over an IPv4/IPv6 network
|
||||||
Name: traceroute
|
Name: traceroute
|
||||||
Epoch: 3
|
Epoch: 3
|
||||||
Version: 2.0.11
|
Version: 2.0.12
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -37,7 +37,6 @@ install -d $RPM_BUILD_ROOT/bin
|
|||||||
install -m755 traceroute/traceroute $RPM_BUILD_ROOT/bin
|
install -m755 traceroute/traceroute $RPM_BUILD_ROOT/bin
|
||||||
pushd $RPM_BUILD_ROOT/bin
|
pushd $RPM_BUILD_ROOT/bin
|
||||||
ln -s traceroute traceroute6
|
ln -s traceroute traceroute6
|
||||||
ln -s traceroute tracert
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
install -d $RPM_BUILD_ROOT%{_mandir}/man8
|
install -d $RPM_BUILD_ROOT%{_mandir}/man8
|
||||||
@ -59,6 +58,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 17 2008 Dmitry Butskoy <Dmitry@Butskoy.name> - 3:2.0.12-1
|
||||||
|
- update to 2.0.12 (fixes #461278 and #461626)
|
||||||
|
- this release adds support for icmp extensions (including MPLS),
|
||||||
|
which was expected for a long time (#176588)
|
||||||
|
- drop "tracert" symlink (#461109)
|
||||||
|
|
||||||
* Mon May 19 2008 Dmitry Butskoy <Dmitry@Butskoy.name> - 3:2.0.11-1
|
* Mon May 19 2008 Dmitry Butskoy <Dmitry@Butskoy.name> - 3:2.0.11-1
|
||||||
- update to 2.0.11
|
- update to 2.0.11
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user