!85 手动同步分支
From: @rabbitali Reviewed-by: @zhu-yuncheng Signed-off-by: @zhu-yuncheng
This commit is contained in:
commit
d42086f6f8
Binary file not shown.
BIN
aops-ceres-v1.3.3.tar.gz
Normal file
BIN
aops-ceres-v1.3.3.tar.gz
Normal file
Binary file not shown.
@ -1,5 +1,5 @@
|
|||||||
Name: aops-ceres
|
Name: aops-ceres
|
||||||
Version: v1.3.2
|
Version: v1.3.3
|
||||||
Release: 1
|
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.
|
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
|
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.
|
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
|
%prep
|
||||||
%autosetup -n %{name}-%{version}
|
%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
|
%py3_install
|
||||||
|
|
||||||
|
|
||||||
|
# install for aops-dnf-plugin
|
||||||
|
cp -r hotpatch %{buildroot}/%{python3_sitelib}/dnf-plugins/
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README.*
|
%doc README.*
|
||||||
%attr(0644,root,root) %{_sysconfdir}/aops/ceres.conf
|
%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
|
%{_bindir}/aops-ceres
|
||||||
|
|
||||||
|
|
||||||
|
%files -n dnf-hotpatch-plugin
|
||||||
|
%{python3_sitelib}/dnf-plugins/*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Sep 20 2023 wenxin<shusheng.wen@outlook.com> - v1.3.2-1
|
||||||
- fix query fixed cves info error by dnf
|
- fix query fixed cves info error by dnf
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user