From 917723ffd6d6290132a97e14d018c2333807c66d Mon Sep 17 00:00:00 2001 From: hewh Date: Mon, 24 Nov 2025 11:57:20 +0800 Subject: [PATCH] fix disk latency collect not effect err. --- sysSentry.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysSentry.spec b/sysSentry.spec index 9eb98fb..825f93b 100644 --- a/sysSentry.spec +++ b/sysSentry.spec @@ -40,7 +40,7 @@ BuildRequires: python3-numpy python3-pytest BuildRequires: numactl-libs numactl-devel Requires: pyxalarm = %{version} -Requires: libbpf +Requires: libbpf nvme-cli %define PYTHON_VERSION %{python3_version} %define PKGVER syssentry-%{version}-py%{PYTHON_VERSION}.egg-info -- Gitee