From 56b2388c4473ff1fa2e79882e4c2c01a31911f5c Mon Sep 17 00:00:00 2001 From: han-guangyu Date: Thu, 2 Mar 2023 10:14:59 +0000 Subject: [PATCH] Fix install error --- python-neutron-lib.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/python-neutron-lib.spec b/python-neutron-lib.spec index fba2f44..3b95088 100644 --- a/python-neutron-lib.spec +++ b/python-neutron-lib.spec @@ -3,7 +3,7 @@ Name: python-neutron-lib Version: 1.29.2 -Release: 1 +Release: 2 Summary: OpenStack Neutron library License: Apache-2.0 URL: http://launchpad.net/neutron/ @@ -36,7 +36,7 @@ BuildRequires: python3-os-ken BuildRequires: python3-os-traits BuildRequires: python3-oslo-context BuildRequires: python3-oslo-concurrency -BuildRequires: python3-oslo-db +BuildRequires: python3-oslo-db == 5.0.2 BuildRequires: python3-oslo-i18n BuildRequires: python3-oslo-log BuildRequires: python3-oslo-utils @@ -55,7 +55,7 @@ Requires: python3-os-traits >= 0.9.0 Requires: python3-oslo-concurrency >= 3.26.0 Requires: python3-oslo-config Requires: python3-oslo-context >= 2.19.2 -Requires: python3-oslo-db >= 4.37.0 +Requires: python3-oslo-db == 5.0.2 Requires: python3-oslo-i18n >= 3.15.3 Requires: python3-oslo-log >= 3.36.0 Requires: python3-oslo-messaging >= 5.29.0 @@ -89,7 +89,7 @@ This package contains the Neutron library test files. %package doc Summary: OpenStack Neutron library documentation -BuildRequires: python3-sphinx +BuildRequires: python3-sphinx == 2.2.0 BuildRequires: python3-openstackdocstheme %description doc @@ -138,6 +138,9 @@ PYTHON=python3 stestr --test-path $OS_TEST_PATH run %endif %changelog +* Thu Mar 02 2023 OpenStack_SIG +- Fix install error + * Mon Nov 15 2021 liusheng - 1.29.2-1 - Upgrade neutron-lib package to version 1.29.2 -- Gitee