From b0d1f85e22ef5bf4363949541a0fff475698bf47 Mon Sep 17 00:00:00 2001 From: wang-guangge Date: Tue, 14 Nov 2023 16:15:15 +0800 Subject: [PATCH] add require information of dnf-hotpatch-plugin --- aops-ceres.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/aops-ceres.spec b/aops-ceres.spec index b3ce0ae..6d1cdc3 100644 --- a/aops-ceres.spec +++ b/aops-ceres.spec @@ -2,7 +2,7 @@ Name: aops-ceres Version: v1.3.4 -Release: 3 +Release: 4 Summary: An agent which needs to be adopted in client, it managers some plugins, such as gala-gopher(kpi collection), fluentd(log collection) and so on. License: MulanPSL2 URL: https://gitee.com/openeuler/%{name} @@ -12,7 +12,7 @@ Patch0002: 0002-modify-re-of-kernel-filter.patch BuildRequires: python3-setuptools Requires: python3-requests python3-jsonschema python3-libconf -Requires: python3-concurrent-log-handler dmidecode dnf-hotpatch-plugin +Requires: python3-concurrent-log-handler dmidecode dnf-hotpatch-plugin >= v1.3.4 Provides: aops-ceres Conflicts: aops-agent @@ -88,6 +88,9 @@ install -b -m755 ./extra-tools/da-tool/script/da-tool.sh ${RPM_BUILD_ROOT} %attr(755, root, root) %{_bindir}/da-tool-analysis %changelog +* Tue Nov 14 2023 wangguangge - v1.3.4-4 +- add require information of dnf-hotpatch-plugin + * Tue Nov 14 2023 gongzhengtang - v1.3.4-3 - modify the regular expression of kernel filter