From: Jan Rękorajski Date: Sat, 15 May 2021 21:47:42 +0000 (+0200) Subject: - up to 4.3.4 X-Git-Tag: auto/th/tcpreplay-4.3.4-1 X-Git-Url: https://git.pld-linux.org/?p=packages%2Ftcpreplay.git;a=commitdiff_plain;h=ec5c7964f8769a83eaf734b7defc8c963046f2fb - up to 4.3.4 --- diff --git a/tcpreplay.spec b/tcpreplay.spec index 3f45291..7beb4b4 100644 --- a/tcpreplay.spec +++ b/tcpreplay.spec @@ -1,17 +1,17 @@ Summary: Replay captured network traffic Name: tcpreplay -Version: 4.3.2 -Release: 2 +Version: 4.3.4 +Release: 1 License: GPL v3 Group: Applications/Networking Source0: https://github.com/appneta/tcpreplay/releases/download/v%{version}/%{name}-%{version}.tar.xz -# Source0-md5: 084d6162a01a0be2cd61624f010002a0 +# Source0-md5: d11673863c88a1f4607a9a8761c8e6e8 Patch0: x32.patch URL: http://tcpreplay.appneta.com/ BuildRequires: libdnet-devel BuildRequires: libpcap-devel >= 0.8.0 BuildRequires: tcpdump -Requires: /usr/sbin/tcpdump +Requires: /usr/bin/tcpdump %description Tcpreplay is a tool to replay captured network traffic. Currently, @@ -26,13 +26,13 @@ which provides basic information about capture files. %build %{__libtoolize} -%{__aclocal} +%{__aclocal} -I m4 -I libopts/m4 %{__autoconf} %{__autoheader} %{__automake} %configure -%{__make} +%{__make} V=1 %install rm -rf $RPM_BUILD_ROOT