diff --git a/argus.spec b/argus.spec index 19b172c51ce33fbd33949285d1a25e97817c6f34..7baae199b97f3a7b45876f1cf56cc4d9f7e7e7b0 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: 1 +Release: 2 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,5 +110,8 @@ mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d %{_includedir}/argus/ %changelog +* Mon Jun 26 2023 Ge Wang - 3.0.8.2-2 +- replace command from vm_stat to vmstat + * Mon Sep 6 2021 wulei - 3.0.8.2-1 - package init