!4 Fix invalid option for trafgen -A
From: @wk333 Reviewed-by: @small_leek Signed-off-by: @small_leek
This commit is contained in:
commit
99bda1c60b
@ -1,6 +1,6 @@
|
|||||||
Name: netsniff-ng
|
Name: netsniff-ng
|
||||||
Version: 0.6.8
|
Version: 0.6.8
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: Packet sniffing beast
|
Summary: Packet sniffing beast
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: http://netsniff-ng.org/
|
URL: http://netsniff-ng.org/
|
||||||
@ -13,6 +13,7 @@ netsniff-ng is a high performance Linux network sniffer for packet inspection. I
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
sed -i 's/"d:c:n:t:vJhS:rk:i:o:VRs:P:eE:pu:g:CHQqD:b:"/"d:c:n:t:vJhS:rk:i:o:VRs:P:eE:pu:g:CHQqD:b:A"/g' trafgen.c
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export NACL_INC_DIR=$(pkg-config --variable=includedir libsodium )/sodium
|
export NACL_INC_DIR=$(pkg-config --variable=includedir libsodium )/sodium
|
||||||
@ -32,6 +33,9 @@ make install PREFIX=%{_prefix} ETCDIR=%{_sysconfdir} DESTDIR="%{buildroot}" -j1
|
|||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 14 2023 wangkai <wangkai385@h-partners.com> - 0.6.8-3
|
||||||
|
- Fix invalid option for trafgen -A
|
||||||
|
|
||||||
* Mon Jan 16 2023 yaoxin <yaoxin30@h-partners.com> - 0.6.8-2
|
* Mon Jan 16 2023 yaoxin <yaoxin30@h-partners.com> - 0.6.8-2
|
||||||
- Fixed build failure caused by make install failing duo to make 4.4
|
- Fixed build failure caused by make install failing duo to make 4.4
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user