From a8bdd55070081aa276f6717e75a9d2d182cf2056 Mon Sep 17 00:00:00 2001 From: zhaorenhai Date: Sat, 20 Feb 2021 12:16:28 +0800 Subject: [PATCH] =?UTF-8?q?update=20openstack-glance.spec.=20=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E5=86=99=E9=94=99=E4=BA=86=EF=BC=8C=E5=BA=94=E8=AF=A5?= =?UTF-8?q?=E6=98=AFpython-sqlalchemy-migrate=EF=BC=8C=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E6=AD=A3=E7=A1=AE=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openstack-glance.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/openstack-glance.spec b/openstack-glance.spec index 2e32c5a..6630bf1 100644 --- a/openstack-glance.spec +++ b/openstack-glance.spec @@ -12,7 +12,7 @@ Name: openstack-glance Version: 21.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 0 Summary: OpenStack Image Service (Glance) License: ASL 2.0 @@ -132,7 +132,7 @@ Requires: python3-pbr Requires: python3-pyOpenSSL Requires: python3-retrying Requires: python3-six -Requires: python3-migrate +Requires: python3-sqlalchemy-migrate Requires: python3-sqlparse Requires: python3-stevedore Requires: python3-taskflow @@ -362,3 +362,5 @@ PYTHONPATH=. python3 -m stestr.cli --test-path glance/tests/unit run %endif %changelog +* Sat Feb 20 2021 zhaorenhai - 21.0.0-2 +- Fix requires issue of python-migrate