!6 Replace command from vm_stat to vmstat

From: @wang--ge 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-06-26 08:49:46 +00:00 committed by Gitee
commit ffeb05632b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <wang__ge@126.com> - 3.0.8.2-3
- replace command from vm_stat to vmstat
* Wed Mar 01 2023 Ge Wang <wangge20@h-partners.com> - 3.0.8.2-2
- change service type to forking