diff --git a/netsniff-ng.spec b/netsniff-ng.spec index 5612c1e..8e840d6 100644 --- a/netsniff-ng.spec +++ b/netsniff-ng.spec @@ -1,6 +1,6 @@ Name: netsniff-ng Version: 0.6.8 -Release: 2 +Release: 3 Summary: Packet sniffing beast License: GPLv2 URL: http://netsniff-ng.org/ @@ -13,6 +13,7 @@ netsniff-ng is a high performance Linux network sniffer for packet inspection. I %prep %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 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/* %changelog +* Tue Mar 14 2023 wangkai - 0.6.8-3 +- Fix invalid option for trafgen -A + * Mon Jan 16 2023 yaoxin - 0.6.8-2 - Fixed build failure caused by make install failing duo to make 4.4