From d7383479213ea03a62abe524330f8242681f1d17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=8E=BA=E6=BA=90?= Date: Thu, 30 Mar 2023 10:33:04 +0000 Subject: [PATCH] Fix require problem MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 王玺源 --- openstack-keystone.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/openstack-keystone.spec b/openstack-keystone.spec index 7b7a748..8a16184 100644 --- a/openstack-keystone.spec +++ b/openstack-keystone.spec @@ -9,7 +9,7 @@ Keystone is a Python implementation of the OpenStack \ Name: openstack-keystone Version: 19.0.0 -Release: 3 +Release: 4 Summary: OpenStack Identity Service License: ASL 2.0 URL: http://keystone.openstack.org/ @@ -34,7 +34,7 @@ BuildRequires: python3-pycadf >= 2.1.0 BuildRequires: python3-babel BuildRequires: python3-oslo-policy BuildRequires: python3-jsonschema >= 2.6.0 -BuildRequires: python3-oslo-db >= 4.27.0 +BuildRequires: python3-oslo-db == 8.5.1 BuildRequires: python3-oauthlib BuildRequires: python3-pysaml2 BuildRequires: python3-keystonemiddleware >= 7.0.0 @@ -75,7 +75,7 @@ Requires: python3-keystonemiddleware >= 7.0.0 Requires: python3-oslo-cache >= 1.26.0 Requires: python3-oslo-config >= 6.8.0 Requires: python3-oslo-context >= 2.22.0 -Requires: python3-oslo-db >= 6.0.0 +Requires: python3-oslo-db == 8.5.1 Requires: python3-oslo-i18n >= 3.15.3 Requires: python3-oslo-log >= 3.44.0 Requires: python3-oslo-messaging >= 5.29.0 @@ -83,7 +83,7 @@ Requires: python3-oslo-middleware >= 3.31.0 Requires: python3-oslo-policy >= 3.6.0 Requires: python3-oslo-serialization >= 2.18.0 Requires: python3-oslo-upgradecheck >= 1.3.0 -Requires: python3-oslo-utils >= 3.33.0 +Requires: python3-oslo-utils == 4.8.0 Requires: python3-osprofiler >= 1.4.0 Requires: python3-pysaml2 >= 5.0.0 Requires: python3-stevedore >= 1.20.0 @@ -275,6 +275,9 @@ chmod 660 %{_localstatedir}/log/keystone/keystone.log %endif %changelog +* Thu Mar 30 2023 wangxiyuan -19.0.0-4 +- Fix require problem + * Sat Oct 8 2022 binshuozu - 19.0.0-3 - Migrate to openstack-macros to create user & group -- Gitee