From 45ca336b32fcd3b7d5b36966309b6e6e64a956b2 Mon Sep 17 00:00:00 2001 From: tzing_t Date: Tue, 26 Dec 2023 06:30:30 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BE=9D=E8=B5=96=EF=BC=8C?= =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=90=AF=E5=8A=A8=E6=9C=8D=E5=8A=A1=E6=8A=A5?= =?UTF-8?q?=E9=94=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openstack-aodh.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/openstack-aodh.spec b/openstack-aodh.spec index c9c00e3..210efb8 100644 --- a/openstack-aodh.spec +++ b/openstack-aodh.spec @@ -4,7 +4,7 @@ Name: openstack-%{service} Version: 12.0.0 -Release: 3 +Release: 4 Summary: OpenStack Telemetry Alarming License: ASL 2.0 URL: https://github.com/openstack/%{service}.git @@ -87,6 +87,7 @@ Requires: python3-keystoneauth1 >= 2.1 Requires: python3-octaviaclient Requires: python3-debtcollector Requires: python3-voluptuous >= 0.8.10 +Requires: python3-ceilometerclient Requires: python3-pysnmp Requires: python3-lxml Requires: python3-paste-deploy @@ -335,8 +336,11 @@ exit 0 %{_unitdir}/%{name}-expirer.service %changelog +* Tue Dec 26 2023 zhengting - 12.0.0-4 +- add the dependency on python3-ceilometerclient + * Fri Apr 08 2022 huangtianhua - 12.0.0-3 - Specify port to 8042 for aodh api +- Specify port to 8042 for aodh api * Tue Mar 15 2022 lijiawei - 12.0.0-2 - Remove the dependency on python3-ceilometerclient -- Gitee