- remove explicit kernel dependecy (#146165)

- support for files larger than 2GB (#147840)
This commit is contained in:
Martin Stransky 2005-02-14 15:27:37 +00:00
parent ff3208f698
commit 253cd49f23

View File

@ -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 <stransky@redhat.com> - 14:3.8.2-10
- remove explicit kernel dependecy (#146165)
- support for files larger than 2GB (#147840)
* Fri Feb 11 2005 Ivana Varekova <varekova@redhat.com> - 14:3.8.2-9
- added arpsnmp options to specify sender and recipient
and corrected arpwatch and arpsnmp man pages (#70386)