From 253cd49f239bdc5b9a4681e62334aceb3c571dfa Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Feb 14 2005 15:27:37 +0000 Subject: - remove explicit kernel dependecy (#146165) - support for files larger than 2GB (#147840) --- diff --git a/tcpdump.spec b/tcpdump.spec index 52b8745..5845409 100644 --- a/tcpdump.spec +++ b/tcpdump.spec @@ -2,7 +2,7 @@ %define PCAP_UID 77 %define PCAP_GID 77 -%define releaseno 9 +%define releaseno 10 %define arpwatch_release %{releaseno} %define pcap_release %{releaseno} %define tcpdump_release %{releaseno} @@ -59,7 +59,6 @@ Patch70: tcpslice-CVS.20010207-bpf.patch Prefix: %{_prefix} BuildRequires: glibc-kernheaders >= 2.2.0 openssl-devel flex bison -Requires: kernel >= 2.2.0 BuildRoot: %{_tmppath}/%{name}-root %description @@ -154,7 +153,7 @@ pushd %libpcap_dir unset CFLAGS %configure --enable-ipv6 -DEFS="-g -D_U_=\"\" -fPIC -DHAVE_CONFIG_H" +DEFS="-g -D_U_=\"\" -fPIC -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE" %ifarch alpha sparc sparc64 DEFS="$DEFS -DHAVE_ETHER_HOSTTON=1 -DLBL_ALIGN=1" %endif @@ -176,7 +175,7 @@ unset CFLAGS %configure --enable-ipv6 --with-user=pcap %undefine optflags -DEFS="-g -D_U_=\"\" -DHAVE_CONFIG_H" +DEFS="-g -D_U_=\"\" -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE" %ifarch alpha sparc sparc64 DEFS="$DEFS -DHAVE_ETHER_HOSTTON=1 -DLBL_ALIGN=1 -DHAVE_ETHER_NTOA=1" %endif @@ -310,6 +309,10 @@ exit 0 %{_vararpwatch}/massagevendor-old %changelog +* Mon Feb 14 2005 Martin Stransky - 14:3.8.2-10 +- remove explicit kernel dependecy (#146165) +- support for files larger than 2GB (#147840) + * Fri Feb 11 2005 Ivana Varekova - 14:3.8.2-9 - added arpsnmp options to specify sender and recipient and corrected arpwatch and arpsnmp man pages (#70386)