From f1558a65dbfbb8b44315e2a45a1b8f943f7fa1e4 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Jun 21 2005 09:09:41 +0000 Subject: add shadow-utils to Prereq (#160643) --- diff --git a/tcpdump.spec b/tcpdump.spec index fb11656..012ac61 100644 --- a/tcpdump.spec +++ b/tcpdump.spec @@ -2,7 +2,7 @@ %define PCAP_UID 77 %define PCAP_GID 77 -%define releaseno 13 +%define releaseno 14 %define arpwatch_release %{releaseno} %define pcap_release %{releaseno} %define tcpdump_release %{releaseno} @@ -65,6 +65,7 @@ Patch70: tcpslice-CVS.20010207-bpf.patch Prefix: %{_prefix} BuildRequires: glibc-kernheaders >= 2.2.0 openssl-devel flex bison BuildRoot: %{_tmppath}/%{name}-root +Prereq: shadow-utils %description Tcpdump is a command-line tool for monitoring network traffic. @@ -107,6 +108,7 @@ Group: Applications/System License: BSD URL: http://www.tcpdump.org Prereq: /sbin/chkconfig /sbin/service +Prereq: shadow-utils %description -n arpwatch The arpwatch package contains arpwatch and arpsnmp. Arpwatch and @@ -319,6 +321,9 @@ exit 0 %{_vararpwatch}/massagevendor-old %changelog +* Tue Jun 21 2005 Martin Stransky - 14:3.8.2-14 +- add shadow-utils to Prereq (#160643) + * Tue Jun 7 2005 Martin Stransky - 14:3.8.2-13 - fix for CAN-2005-1267 - BGP DoS, #159209