From 0e0a6f4bf6d38339ede88a885c797dcd9f5ff58d Mon Sep 17 00:00:00 2001 From: renliang16 Date: Tue, 28 Feb 2023 13:00:21 +0000 Subject: [PATCH] Fix install error --- openstack-keystone.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/openstack-keystone.spec b/openstack-keystone.spec index 1b46756..483e016 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: 16.0.2 -Release: 2 +Release: 3 Summary: OpenStack Identity Service License: ASL 2.0 URL: http://keystone.openstack.org/ @@ -34,7 +34,7 @@ BuildRequires: python3-pycadf BuildRequires: python3-babel BuildRequires: python3-oslo-policy BuildRequires: python3-jsonschema -BuildRequires: python3-oslo-db +BuildRequires: python3-oslo-db == 5.0.2 BuildRequires: python3-oauthlib BuildRequires: python3-pysaml2 BuildRequires: python3-keystonemiddleware @@ -75,7 +75,7 @@ Requires: python3-keystonemiddleware Requires: python3-oslo-cache 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 @@ -275,6 +275,9 @@ chmod 660 %{_localstatedir}/log/keystone/keystone.log %endif %changelog +* Tue Feb 28 2023 renliang16 - 16.0.2-3 +- Fix install error + * Sat Oct 8 2022 binshuozu - 16.0.2-2 - Migrate to openstack-macros to create user & group -- Gitee