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