diff --git a/aops-ceres-v1.3.2.tar.gz b/aops-ceres-v1.3.2.tar.gz deleted file mode 100644 index 6039320..0000000 Binary files a/aops-ceres-v1.3.2.tar.gz and /dev/null differ diff --git a/aops-ceres-v1.3.3.tar.gz b/aops-ceres-v1.3.3.tar.gz new file mode 100644 index 0000000..d4d5ef6 Binary files /dev/null and b/aops-ceres-v1.3.3.tar.gz differ diff --git a/aops-ceres.spec b/aops-ceres.spec index f7afbf2..7e7bde3 100644 --- a/aops-ceres.spec +++ b/aops-ceres.spec @@ -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 - v1.3.3-1 +- add hotpatch plugin + * Wed Sep 20 2023 wenxin - v1.3.2-1 - fix query fixed cves info error by dnf