- removed ICMP6_DST_UNREACH_NOTNEIGHBOR (#173762)
This commit is contained in:
parent
42cba15d5f
commit
1d89f624e7
@ -1,12 +1,13 @@
|
||||
Summary: Traces the route taken by packets over a TCP/IP network.
|
||||
Name: traceroute
|
||||
Version: 1.0.3
|
||||
Release: 4
|
||||
Release: 5
|
||||
Epoch: 2
|
||||
License: GPL
|
||||
Group: Applications/Internet
|
||||
Source: ftp://ftp.lst.de/pub/people/okir/traceroute/%{name}-%{version}.tar.bz2
|
||||
Patch0: traceroute-1.0.3-compat.patch
|
||||
Patch1: traceroute-1.0.3-notneighbor.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
|
||||
%description
|
||||
@ -28,6 +29,7 @@ problems.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .compat
|
||||
%patch1 -p1 -b .notneighbor
|
||||
|
||||
%build
|
||||
%ifarch s390 s390x
|
||||
@ -43,7 +45,7 @@ make CCOPT="$CFLAGS"
|
||||
rm -rf %{buildroot}
|
||||
install -m 755 -D %{name} %{buildroot}/bin/%{name}
|
||||
install -m 644 -D %{name}.1 %{buildroot}%{_mandir}/man8/%{name}.8
|
||||
#for IPv6 traceroute - needs change in iputils, supressed for testing
|
||||
#for IPv6 traceroute
|
||||
ln -sf %{name} %{buildroot}/bin/traceroute6
|
||||
ln -sf %{_mandir}/man8/%{name}.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/%{name}6.8
|
||||
|
||||
@ -57,6 +59,9 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man8/*
|
||||
|
||||
%changelog
|
||||
* Mon Nov 21 2005 Radek Vokal <rvokal@redhat.com> 1.0.3-5
|
||||
- removed ICMP6_DST_UNREACH_NOTNEIGHBOR (#173762)
|
||||
|
||||
* Tue Nov 08 2005 Radek Vokal <rvokal@redhat.com> 1.0.3-4
|
||||
- comaptibility patch, use -s and -i options
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user