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
|
Sun Jan 31 15:26:20 UTC 2016 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -30,6 +30,7 @@ BuildRequires: libdnet-devel
|
|||||||
BuildRequires: libpcap-devel
|
BuildRequires: libpcap-devel
|
||||||
BuildRequires: tcpdump
|
BuildRequires: tcpdump
|
||||||
Requires: tcpdump
|
Requires: tcpdump
|
||||||
|
# only needed for suse_version < 1130 (i.e. SLE11)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -39,8 +40,8 @@ replay malicious traffic patterns to Intrusion Detection/Prevention
|
|||||||
Systems, it has seen many evolutions including capabilities to replay to
|
Systems, it has seen many evolutions including capabilities to replay to
|
||||||
web servers.
|
web servers.
|
||||||
|
|
||||||
Version 4.0.0 introduces features and performance enhancements to
|
Version 4 introduces features and performance enhancements to support
|
||||||
support switches, routers, and IP Flow/NetFlow appliances.
|
switches, routers, and IP Flow/NetFlow appliances.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -51,24 +52,13 @@ support switches, routers, and IP Flow/NetFlow appliances.
|
|||||||
make %{?_smp_mflags} V=1
|
make %{?_smp_mflags} V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc docs/LICENSE
|
%doc docs/LICENSE
|
||||||
%{_bindir}/tcpbridge
|
%doc docs/CHANGELOG
|
||||||
%{_bindir}/tcpcapinfo
|
%{_bindir}/*
|
||||||
%{_bindir}/tcpliveplay
|
%{_mandir}/man1/*
|
||||||
%{_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}
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user