From 348122c36ac9715d454f60c51b78ef67bf67c859 Mon Sep 17 00:00:00 2001 From: renliang16 Date: Tue, 28 Feb 2023 13:42:50 +0000 Subject: [PATCH] Fix install error --- openstack-nova.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/openstack-nova.spec b/openstack-nova.spec index 1273481..8c71f9c 100644 --- a/openstack-nova.spec +++ b/openstack-nova.spec @@ -27,7 +27,7 @@ Name: openstack-nova # Liberty semver reset # https://review.openstack.org/#/q/I6a35fa0dda798fad93b804d00a46af80f08d475c,n,z Version: 20.6.1 -Release: 8 +Release: 9 Summary: OpenStack Compute (nova) License: ASL 2.0 @@ -129,7 +129,7 @@ BuildRequires: python3-glanceclient BuildRequires: python3-keystonemiddleware BuildRequires: python3-microversion-parse BuildRequires: python3-os-brick -BuildRequires: python3-oslo-db +BuildRequires: python3-oslo-db == 5.0.2 BuildRequires: python3-oslo-reports BuildRequires: python3-oslo-service BuildRequires: python3-oslo-versionedobjects @@ -313,7 +313,7 @@ Requires: python3-oslo-cache Requires: python3-oslo-concurrency Requires: python3-oslo-config Requires: python3-oslo-context -Requires: python3-oslo-db +Requires: python3-oslo-db == 5.0.2 Requires: python3-oslo-i18n Requires: python3-oslo-log Requires: python3-oslo-messaging @@ -761,6 +761,9 @@ exit 0 %endif %changelog +* Tue Feb 28 2023 renliang16 - 20.6.1-9 +- Fix install error + * Thu Nov 24 2022 wangxiyuan -20.6.1-8 - Add VM priority feature pacakge. -- Gitee