From 44bec2ee03d6013ec4c35587834b16106e60d9cc Mon Sep 17 00:00:00 2001 From: znzjugod Date: Sat, 26 Oct 2024 11:17:55 +0800 Subject: [PATCH] remove extra dependency --- sysSentry.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/sysSentry.spec b/sysSentry.spec index 610ae72..40e9810 100644 --- a/sysSentry.spec +++ b/sysSentry.spec @@ -4,7 +4,7 @@ Summary: System Inspection Framework Name: sysSentry Version: 1.0.2 -Release: 49 +Release: 50 License: Mulan PSL v2 Group: System Environment/Daemons Source0: https://gitee.com/openeuler/sysSentry/releases/download/v%{version}/%{name}-%{version}.tar.gz @@ -75,7 +75,6 @@ BuildRequires: cmake gcc-c++ BuildRequires: python3 python3-setuptools BuildRequires: json-c-devel BuildRequires: chrpath -Requires: libxalarm = %{version} Requires: pyxalarm = %{version} %description @@ -332,6 +331,12 @@ rm -rf %{buildroot} %attr(0550,root,root) %{python3_sitelib}/sentryCollector/__pycache__/collect_plugin* %changelog +* Sat Oct 26 2024 zhangnan - 1.0.2-50 +- Type:bugfix +- CVE:NA +- SUG:NA +- DES:remove extra dependency + * Wed Oct 23 2024 jinsaihang - 1.0.2-49 - Type:bugfix - CVE:NA -- Gitee