From d2e3ac319c3ba32b960f6ba80aa899c17e5af717 Mon Sep 17 00:00:00 2001 From: rabbitali Date: Mon, 13 Nov 2023 10:23:43 +0800 Subject: [PATCH] Update the installation dependencies (cherry picked from commit 493fab663f6378c29ad3efe8ffc2fa91e212d53a) --- aops-apollo.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/aops-apollo.spec b/aops-apollo.spec index 47a4a76..8c5361e 100644 --- a/aops-apollo.spec +++ b/aops-apollo.spec @@ -1,6 +1,6 @@ Name: aops-apollo Version: v1.3.4 -Release: 8 +Release: 9 Summary: Cve management service, monitor machine vulnerabilities and provide fix functions. License: MulanPSL2 URL: https://gitee.com/openeuler/%{name} @@ -17,9 +17,9 @@ Patch0008: 0008-update-apollo-database-proxy-host.py.patch BuildRequires: python3-setuptools Requires: aops-vulcanus >= v1.3.0 -Requires: python3-elasticsearch python3-flask-restful python3-marshmallow >= 3.13.0 +Requires: python3-elasticsearch >= 7 python3-flask-restful python3-marshmallow >= 3.13.0 Requires: python3-sqlalchemy python3-PyMySQL python3-Flask-APScheduler >= 1.11.0 -Requires: python3-PyYAML python3-flask python3-gevent +Requires: python3-PyYAML python3-flask python3-gevent python3-uWSGI Requires: python3-retrying python3-lxml Provides: aops-apollo @@ -76,6 +76,9 @@ popd %{python3_sitelib}/aops_apollo_tool/* %changelog +* Mon Nov 13 2023 wenxin - v1.3.4-9 +- Update the installation dependencies + * Tue Oct 24 2023 wenxin - v1.3.4-8 - fix data correction task execution error -- Gitee