From 40cfd4f25b1fd0ea4496a979aaf3045b9f81f19f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=8E=BA=E6=BA=90?= Date: Tue, 21 Feb 2023 06:40:55 +0000 Subject: [PATCH] Fix install error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 王玺源 --- openstack-aodh.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/openstack-aodh.spec b/openstack-aodh.spec index e6de044..f980416 100644 --- a/openstack-aodh.spec +++ b/openstack-aodh.spec @@ -4,7 +4,7 @@ Name: openstack-%{service} Version: 9.0.1 -Release: 3 +Release: 4 Summary: OpenStack Telemetry Alarming License: ASL 2.0 URL: https://github.com/openstack/%{service}.git @@ -25,7 +25,7 @@ BuildRequires: python3-setuptools BuildRequires: python3-devel BuildRequires: systemd BuildRequires: python3-pbr -BuildRequires: python3-sphinx +BuildRequires: python3-sphinx == 2.2.0 BuildRequires: python3-cotyledon # Required to compile translation files BuildRequires: python3-babel @@ -70,7 +70,7 @@ Requires: python3-cachetools >= 1.1.6 Requires: python3-cotyledon Requires: python3-futurist >= 0.11.0 Requires: python3-oslo-config >= 2.6.0 -Requires: python3-oslo-db >= 4.16.0 +Requires: python3-oslo-db == 5.0.2 Requires: python3-oslo-i18n >= 1.5.0 Requires: python3-oslo-log >= 1.2.0 Requires: python3-oslo-policy >= 0.5.0 @@ -113,7 +113,7 @@ Summary: Components common to all OpenStack %{service} services # Config file generation BuildRequires: python3-oslo-config >= 2.6.0 -BuildRequires: python3-oslo-db +BuildRequires: python3-oslo-db == 5.0.2 BuildRequires: python3-oslo-log BuildRequires: python3-oslo-messaging BuildRequires: python3-oslo-policy @@ -126,7 +126,7 @@ BuildRequires: python3-heatclient BuildRequires: python3-keystonemiddleware BuildRequires: python3-neutronclient BuildRequires: python3-novaclient >= 2.29.0 -BuildRequires: python3-swiftclient +BuildRequires: python3-swiftclient == 3.8.1 BuildRequires: python3-croniter BuildRequires: python3-jsonpath-rw-ext BuildRequires: python3-pecan >= 1.0.0 @@ -377,6 +377,9 @@ exit 0 %changelog +* Tue Feb 21 2023 OpenStack_SIG - 9.0.1-4 +- Fix install error + * Tue Mar 08 2022 wangxiyuan - 9.0.1-3 - Specify port to 8042 -- Gitee