diff --git a/aops-apollo.spec b/aops-apollo.spec index 3bf7be37aaf4407978fed1d042ca9a98960c8245..899e0e18cea45b10530baf1a67e7f1ffbfc51259 100644 --- a/aops-apollo.spec +++ b/aops-apollo.spec @@ -1,6 +1,6 @@ Name: aops-apollo Version: v1.1.2 -Release: 2 +Release: 3 Summary: Cve management service, monitor machine vulnerabilities and provide fix functions. License: MulanPSL2 URL: https://gitee.com/openeuler/%{name} @@ -8,7 +8,7 @@ Source0: %{name}-%{version}.tar.gz Patch0001: 0001-fix-partial-succeed-bug.patch BuildRequires: python3-setuptools -Requires: aops-vulcanus >= %{version}-%{release} +Requires: aops-vulcanus >= v1.0.0 Requires: python3-elasticsearch python3-flask-restful python3-marshmallow >= 3.13.0 Requires: python3-sqlalchemy python3-PyMySQL python3-Flask-APScheduler >= 1.11.0 Requires: python3-PyYAML python3-flask @@ -40,6 +40,9 @@ Cve management service, monitor machine vulnerabilities and provide fix function %changelog +* Tue Dec 27 2022 wenxin - v1.1.2-3 +- modify version for vulcanus + * Thu Dec 15 2022 ptyang<1475324955@qq.com> - v1.1.2-2 - fix "PARTIAL_SUCCEED" bug