diff --git a/openstack-keystone.spec b/openstack-keystone.spec index fa3899c80fa2b396e71d3fef64175c666b60b6dd..32d32eef75bd396536e896a9b2aec360ff7fc505 100644 --- a/openstack-keystone.spec +++ b/openstack-keystone.spec @@ -8,7 +8,7 @@ Keystone is a Python implementation of the OpenStack identity service API. Name: openstack-keystone Version: 14.2.0 -Release: 2 +Release: 3 Summary: OpenStack Identity Service License: Apache-2.0 URL: http://keystone.openstack.org/ @@ -66,7 +66,7 @@ Requires: python2-bcrypt >= 3.1.2 Requires: python2-ldap >= 3.1.0 Requires: python2-ldappool >= 2.0.0 Requires: python2-memcached >= 1.56 -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 @@ -273,6 +273,8 @@ chmod 660 %{_localstatedir}/log/keystone/keystone.log %endif %changelog +* Tue Jun 8 2021 yaozc7 +- update python2-migrate to python2-sqlalchemy-migrate * Tue Jun 8 2021 zhangy1317 - Fix Requires and remove epoch * Mon May 17 2021 openstack-sig