updated ethernet codes (#186633)
This commit is contained in:
parent
bda309ae32
commit
358a8b220c
15
tcpdump.spec
15
tcpdump.spec
@ -2,8 +2,8 @@
|
||||
%define PCAP_UID 77
|
||||
%define PCAP_GID 77
|
||||
|
||||
%define releaseno 2
|
||||
%define arpwatch_release 14
|
||||
%define releaseno 3
|
||||
%define arpwatch_release 15
|
||||
%define pcap_release %{releaseno}
|
||||
%define tcpdump_release %{releaseno}
|
||||
|
||||
@ -19,7 +19,7 @@ Name: tcpdump
|
||||
Version: %{tcpdump_version}
|
||||
%define tcpdump_dir tcpdump-%{tcpdump_version}
|
||||
%define tcpslice_dir tcpslice
|
||||
Release: %{tcpdump_release}.2
|
||||
Release: %{tcpdump_release}
|
||||
|
||||
# XXX epoch is necessary to obsolete tcpdump-3.4a5
|
||||
Epoch: 14
|
||||
@ -51,6 +51,7 @@ Patch38: arpwatch-drop.patch
|
||||
Patch39: arpwatch-drop-man.patch
|
||||
Patch41: arpwatch-addr.patch
|
||||
Patch42: arpwatch-dir-man.patch
|
||||
Patch43: arpwatch-ethcodes.patch.bz2
|
||||
|
||||
Patch50: libpcap-shared.patch
|
||||
Patch52: tcpdump-3.7.2-s390.patch
|
||||
@ -76,7 +77,7 @@ Install tcpdump if you need a program to monitor network traffic.
|
||||
# if you change the Version, don't forget to edit libpcap-shared.patch
|
||||
# could be sed'd automatically
|
||||
Version: %{pcap_version}
|
||||
Release: %{pcap_release}.1.2
|
||||
Release: %{pcap_release}
|
||||
%define libpcap_dir libpcap-%{pcap_version}
|
||||
Summary: A system-independent interface for user-level packet capture.
|
||||
Group: Development/Libraries
|
||||
@ -98,7 +99,7 @@ on your network.
|
||||
|
||||
%package -n arpwatch
|
||||
Version: 2.1a13
|
||||
Release: %{arpwatch_release}.1.2
|
||||
Release: %{arpwatch_release}
|
||||
%define arpwatch_dir arpwatch-2.1a13
|
||||
Summary: Network monitoring tools for tracking IP addresses on a network.
|
||||
Group: Applications/System
|
||||
@ -147,6 +148,7 @@ pushd %arpwatch_dir
|
||||
%patch39 -p0 -b .droprootman
|
||||
%patch41 -p1 -b .mailuser
|
||||
%patch42 -p1 -b .dirman
|
||||
%patch43 -p1
|
||||
popd
|
||||
|
||||
pushd tcpslice
|
||||
@ -315,6 +317,9 @@ exit 0
|
||||
%{_vararpwatch}/massagevendor-old
|
||||
|
||||
%changelog
|
||||
* Tue Mar 28 2006 Martin Stransky <stransky@redhat.com> - 14:3.9.4-3
|
||||
- updated ethernet codes (#186633)
|
||||
|
||||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 14:3.9.4-2.2
|
||||
- bump again for double-long bug on ppc(64)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user