auto-import changelog data from tcpdump-3.4-40.src.rpm

Sat Apr 21 2001 Bill Nottingham <notting@redhat.com>
- make ia64 work
This commit is contained in:
cvsdist 2004-09-09 13:07:51 +00:00
parent 0920d9d675
commit d2e099cccf

View File

@ -1,10 +1,10 @@
%define _vararpwatch %{_localstatedir}/arpwatch %define _vararpwatch %{_localstatedir}/arpwatch
%define optflags -ggdb -Wall
Summary: A network traffic monitoring tool. Summary: A network traffic monitoring tool.
Name: tcpdump Name: tcpdump
Version: 3.4 Version: 3.4
%define tcpdump_dir tcpdump-3.4 %define tcpdump_dir tcpdump-3.4
Release: 39a Release: 40
# XXX epoch is necessary to obsolete tcpdump-3.4a5 # XXX epoch is necessary to obsolete tcpdump-3.4a5
Epoch: 5 Epoch: 5
Copyright: BSD Copyright: BSD
@ -38,7 +38,7 @@ Patch41: libpcap-0.4-eintr.patch
Patch42: tcpdump-3.4-interfaces.patch Patch42: tcpdump-3.4-interfaces.patch
Patch43: tcpdump-rootdrop.patch Patch43: tcpdump-rootdrop.patch
Patch44: tcpdump-3.4-glibc.patch Patch44: tcpdump-3.4-glibc.patch
Patch45: libpcap-0.4-s390.patch Patch45: tcpdump-3.4-ia64.patch
Prefix: %{_prefix} Prefix: %{_prefix}
BuildRequires: kernel-headers >= 2.2.0 BuildRequires: kernel-headers >= 2.2.0
Requires: kernel >= 2.2.0 Requires: kernel >= 2.2.0
@ -129,10 +129,7 @@ cp %SOURCE4 ethercodes.dat
cd .. cd ..
%patch44 -p1 -b .glibc %patch44 -p1 -b .glibc
%patch45 -p1 -b .ia64
%ifarch s390 s390x
%patch45 -p1 -b .s390
%endif
%build %build
cd %libpcap_dir cd %libpcap_dir
@ -260,9 +257,8 @@ fi
%{_vararpwatch}/massagevendor %{_vararpwatch}/massagevendor
%changelog %changelog
* Tue Apr 10 2001 Oliver Paukstadt <oliver.paukstadt@millenux.com> * Fri Apr 21 2001 Bill Nottingham <notting@redhat.com>
- ported to s390x (64 Bit) - make ia64 work
- added asm/types.h to libpcap
* Wed Feb 14 2001 Harald Hoyer <harald@redhat.de> * Wed Feb 14 2001 Harald Hoyer <harald@redhat.de>
- glibc sys/time -> time include patch - glibc sys/time -> time include patch