diff --git a/argus.spec b/argus.spec index c3ef6918b7b1eeabd824a46e8c5d469057e464ec..d53dfcc2aab472048b8b7b2b224f22d995337d02 100644 --- a/argus.spec +++ b/argus.spec @@ -2,7 +2,7 @@ %global clientversion 3.0.8.2 Name: argus Version: 3.0.8.2 -Release: 2 +Release: 3 Summary: Network transaction audit tool License: GPLv2+ Url: http://qosient.com/argus @@ -39,6 +39,7 @@ Header files for argus. %setup -a1 -q %patch0 -p0 %patch1 -p0 +sed -i 's/vm_stat/vmstat/g' events/argus-vmstat.sh %build autoreconf -if @@ -109,6 +110,9 @@ mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d %{_includedir}/argus/ %changelog +* Mon Jun 26 2023 Ge Wang - 3.0.8.2-3 +- replace command from vm_stat to vmstat + * Wed Mar 01 2023 Ge Wang - 3.0.8.2-2 - change service type to forking