diff --git a/openstack-keystone.spec b/openstack-keystone.spec index 522be2d04c25b0062710794f6c8e035751ec646b..03b0ab87e712b8ae2b9ff6a9da4a07f4b4caf9de 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: 13.0.4 -Release: 1 +Release: 2 Summary: OpenStack Identity Service License: Apache-2.0 URL: http://keystone.openstack.org/ @@ -71,7 +71,7 @@ Requires: python2-bcrypt Requires: python2-ldap Requires: python2-ldappool Requires: python2-memcached -Requires: python2-migrate >= 0.11.0 +Requires: python2-sqlalchemy-migrate >= 0.11.0 Requires: python2-paste-deploy >= 1.5.0 Requires: python2-paste Requires: python2-routes >= 2.3.1 @@ -287,5 +287,7 @@ chmod 660 %{_localstatedir}/log/keystone/keystone.log %endif %changelog +* Mon Jun 07 2021 wangxiyuan +- Fix sqlalchemy-migrate require error * Thu May 27 2021 openstack-sig - Package init