From 13ab3115545c43e06a1aa5febcfbf3558681c7bd8670f6d70dfabce34b5395bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kube=C4=8Dek?= Date: Wed, 3 Feb 2016 14:29:35 +0000 Subject: [PATCH] - add upstream changelog to docs - minor specfile cleanup OBS-URL: https://build.opensuse.org/package/show/network:utilities/tcpreplay?expand=0&rev=6 --- tcpreplay.changes | 6 ++++++ tcpreplay.spec | 24 +++++++----------------- 2 files changed, 13 insertions(+), 17 deletions(-) diff --git a/tcpreplay.changes b/tcpreplay.changes index 7aa932b..5835d4c 100644 --- a/tcpreplay.changes +++ b/tcpreplay.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Feb 3 14:27:32 UTC 2016 - mkubecek@suse.cz + +- add upstream changelog to docs +- minor specfile cleanup + ------------------------------------------------------------------- Sun Jan 31 15:26:20 UTC 2016 - mpluskal@suse.com diff --git a/tcpreplay.spec b/tcpreplay.spec index 79e5eb9..c89e951 100644 --- a/tcpreplay.spec +++ b/tcpreplay.spec @@ -30,6 +30,7 @@ BuildRequires: libdnet-devel BuildRequires: libpcap-devel BuildRequires: tcpdump Requires: tcpdump +# only needed for suse_version < 1130 (i.e. SLE11) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -39,8 +40,8 @@ replay malicious traffic patterns to Intrusion Detection/Prevention Systems, it has seen many evolutions including capabilities to replay to web servers. -Version 4.0.0 introduces features and performance enhancements to -support switches, routers, and IP Flow/NetFlow appliances. +Version 4 introduces features and performance enhancements to support +switches, routers, and IP Flow/NetFlow appliances. %prep %setup -q @@ -51,24 +52,13 @@ support switches, routers, and IP Flow/NetFlow appliances. make %{?_smp_mflags} V=1 %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +make %{?_smp_mflags} DESTDIR=%{buildroot} install %files %defattr(-,root,root) %doc docs/LICENSE -%{_bindir}/tcpbridge -%{_bindir}/tcpcapinfo -%{_bindir}/tcpliveplay -%{_bindir}/tcpprep -%{_bindir}/tcpreplay -%{_bindir}/tcpreplay-edit -%{_bindir}/tcprewrite -%{_mandir}/man1/tcpbridge.1%{ext_man} -%{_mandir}/man1/tcpcapinfo.1%{ext_man} -%{_mandir}/man1/tcpliveplay.1%{ext_man} -%{_mandir}/man1/tcpprep.1%{ext_man} -%{_mandir}/man1/tcpreplay-edit.1%{ext_man} -%{_mandir}/man1/tcpreplay.1%{ext_man} -%{_mandir}/man1/tcprewrite.1%{ext_man} +%doc docs/CHANGELOG +%{_bindir}/* +%{_mandir}/man1/* %changelog