From 201925af137acd8b90a7ff7241ee8cf24457452e Mon Sep 17 00:00:00 2001 From: shixuantong Date: Wed, 3 Dec 2025 10:06:54 +0800 Subject: [PATCH] Fix self-dependency issue in spec file --- sysSentry.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/sysSentry.spec b/sysSentry.spec index 95d6216..27f0bbe 100644 --- a/sysSentry.spec +++ b/sysSentry.spec @@ -4,7 +4,7 @@ Summary: System Inspection Framework Name: sysSentry Version: 1.0.3 -Release: 16 +Release: 17 License: Mulan PSL v2 Group: System Environment/Daemons Source0: https://gitee.com/openeuler/sysSentry/releases/download/v%{version}/%{name}-%{version}.tar.gz @@ -158,7 +158,7 @@ This package provides a plugin for sysSentry to listening specific messages %package -n bmc_block_io Summary: bmc_block_io for the sysSentry Provides: bmc_block_io = %{version} -BuildRequires: json-c-devel libxalarm-devel +BuildRequires: json-c-devel Requires: libxalarm ipmitool json-c Requires: sysSentry = %{version}-%{release} @@ -315,6 +315,12 @@ rm -rf /var/run/sysSentry | : %attr(0600,root,root) %config(noreplace) %{_sysconfdir}/sysSentry/tasks/soc_ring_sentry.mod %changelog +* Wed Dec 03 2025 shixuantong - 1.0.3-17 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:Fix self-dependency issue in spec file + * Fri Nov 28 2025 shixuantong - 1.0.3-16 - Type:bugfix - CVE:NA -- Gitee