diff --git a/tcpdump.spec b/tcpdump.spec index 7af07a1..335f01d 100644 --- a/tcpdump.spec +++ b/tcpdump.spec @@ -7,7 +7,7 @@ Name: tcpdump Version: 3.6.2 %define tcpdump_dir tcpdump-3.6.2 %define tcpslice_dir tcpslice -Release: 10.7x +Release: 10.7.2.0 # XXX epoch is necessary to obsolete tcpdump-3.4a5 Epoch: 13 @@ -41,7 +41,7 @@ Patch39: arpwatch-drop-man.patch Patch50: libpcap-shared.patch Patch51: tcpdump-3.6.2-purge.patch - +Patch52: tcpdump-3.6.2-s390.patch Prefix: %{_prefix} BuildRequires: kernel-headers >= 2.2.0 openssl-devel @@ -103,6 +103,7 @@ network. pushd %libpcap_dir %patch50 -p1 -b .shared %patch51 -p1 -b .purge +%patch52 -p1 -b .s390 popd pushd %tcpdump_dir @@ -275,6 +276,9 @@ fi %{_vararpwatch}/massagevendor-old %changelog +* Wed May 15 2002 Phil Knirsch 13:3.6.2-10 +- Fixed #64682 where arpwatch wouldn't start on s390. + * Tue Dec 18 2001 Harald Hoyer 12:3.6.2-10 - took old purge patch for filters - fixed #54225,#58346