!85 手动同步分支

From: @rabbitali 
Reviewed-by: @zhu-yuncheng 
Signed-off-by: @zhu-yuncheng
This commit is contained in:
openeuler-ci-bot 2023-10-23 12:55:12 +00:00 committed by Gitee
commit d42086f6f8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 21 additions and 1 deletions

Binary file not shown.

BIN
aops-ceres-v1.3.3.tar.gz Normal file

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: aops-ceres
Version: v1.3.2
Version: v1.3.3
Release: 1
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
@ -18,6 +18,15 @@ Conflicts: aops-agent
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.
%package -n dnf-hotpatch-plugin
Summary: dnf hotpatch plugin
Requires: python3-hawkey python3-dnf syscare >= 1.1.0
%description -n dnf-hotpatch-plugin
dnf hotpatch plugin, it's about hotpatch query and fix
%prep
%autosetup -n %{name}-%{version}
@ -30,6 +39,10 @@ An agent which needs to be adopted in client, it managers some plugins, such as
%py3_install
# install for aops-dnf-plugin
cp -r hotpatch %{buildroot}/%{python3_sitelib}/dnf-plugins/
%files
%doc README.*
%attr(0644,root,root) %{_sysconfdir}/aops/ceres.conf
@ -39,7 +52,14 @@ An agent which needs to be adopted in client, it managers some plugins, such as
%{_bindir}/aops-ceres
%files -n dnf-hotpatch-plugin
%{python3_sitelib}/dnf-plugins/*
%changelog
* Wed Oct 11 2023 wenxin<shusheng.wen@outlook.com> - v1.3.3-1
- add hotpatch plugin
* Wed Sep 20 2023 wenxin<shusheng.wen@outlook.com> - v1.3.2-1
- fix query fixed cves info error by dnf