Removing sharutils from build-time dependencies

Changing git dependency to smaller git-core
This commit is contained in:
Michal Ruprich 2018-06-21 14:36:14 +02:00
parent 9242350569
commit 279129a960

View File

@ -2,12 +2,12 @@ Summary: A network traffic monitoring tool
Name: tcpdump
Epoch: 14
Version: 4.9.2
Release: 4%{?dist}
Release: 5%{?dist}
License: BSD with advertising
URL: http://www.tcpdump.org
Group: Applications/Internet
Requires(pre): shadow-utils
BuildRequires: automake sharutils openssl-devel libpcap-devel git gcc
BuildRequires: automake openssl-devel libpcap-devel git-core gcc
Source0: http://www.tcpdump.org/release/tcpdump-%{version}.tar.gz
Source1: ftp://ftp.ee.lbl.gov/tcpslice-1.2a3.tar.gz
@ -88,6 +88,10 @@ exit 0
%{_mandir}/man8/tcpdump.8*
%changelog
* Thu Jun 21 2018 Michal Ruprich <mruprich@redhat.com> - 14:4.9.2-5
- Removing sharutils from build-time dependencies
- Changing git dependency to smaller git-core
* Thu May 10 2018 Michal Ruprich <mruprich@redhat.com> - 14:4.9.2-4
- Enabling upstream tests
- Adding VSOCK support