diff --git a/openstack-aodh.spec b/openstack-aodh.spec index 851cbacfc049a4e27262aef0430ad75aaa987858..3aa8c3fb1aab8c591fa1c36e0b837fbec34f3394 100644 --- a/openstack-aodh.spec +++ b/openstack-aodh.spec @@ -4,7 +4,7 @@ Name: openstack-%{service} Version: 12.0.0 -Release: 1 +Release: 2 Summary: OpenStack Telemetry Alarming License: ASL 2.0 URL: https://github.com/openstack/%{service}.git @@ -87,7 +87,6 @@ Requires: python3-keystoneauth1 >= 2.1 Requires: python3-octaviaclient Requires: python3-debtcollector Requires: python3-voluptuous >= 0.8.10 -Requires: python3-ceilometerclient >= 1.5.0 Requires: python3-pysnmp Requires: python3-lxml Requires: python3-paste-deploy @@ -336,5 +335,8 @@ exit 0 %{_unitdir}/%{name}-expirer.service %changelog +* Tue Mar 15 2022 lijiawei -12.0.0-2 +- Remove the dependency on python3-ceilometerclient + * Mon Feb 14 2022 zhangy -12.0.0-1 - Init packages.