forked from pool/tcpreplay
- add upstream changelog to docs
- minor specfile cleanup OBS-URL: https://build.opensuse.org/package/show/network:utilities/tcpreplay?expand=0&rev=6
This commit is contained in:
parent
e18a3aea37
commit
13ab311554
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user