add shadow-utils to Prereq (#160643)

This commit is contained in:
Martin Stransky 2005-06-21 09:09:41 +00:00
parent 44eca44f0a
commit f1558a65db

View File

@ -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 <stransky@redhat.com> - 14:3.8.2-14
- add shadow-utils to Prereq (#160643)
* Tue Jun 7 2005 Martin Stransky <stransky@redhat.com> - 14:3.8.2-13
- fix for CAN-2005-1267 - BGP DoS, #159209