From c190edcdfb9a8db4ca81250c92884ac39751ce11 Mon Sep 17 00:00:00 2001 From: yaozc701 Date: Tue, 23 Feb 2021 14:43:01 +0800 Subject: [PATCH] add spec and source package --- openstack-cinder.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/openstack-cinder.spec b/openstack-cinder.spec index e5c99e0..ef1d862 100644 --- a/openstack-cinder.spec +++ b/openstack-cinder.spec @@ -9,7 +9,7 @@ access block storage volumes for use by Virtual Machine instances. Name: openstack-%{service} Epoch: 1 Version: 17.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: OpenStack Volume service License: Apache-2.0 @@ -207,7 +207,7 @@ Requires: python3-cryptography >= 2.1.4 Requires: python3-lxml >= 4.2.0 -Requires: python3-migrate >= 0.13.0 +Requires: python3-sqlalchemy-migrate >= 0.13.0 Requires: python3-httplib2 >= 0.9.1 Requires: python3-tenacity Requires: python3-decorator @@ -260,8 +260,7 @@ BuildRequires: python3-sqlalchemy BuildRequires: python3-webob BuildRequires: python3-iso8601 >= 0.1.9 -BuildRequires: python3-migrate - +BuildRequires: python3-sqlalchemy-migrate %description doc %{common_desc} @@ -421,5 +420,8 @@ exit 0 %endif %changelog +* Sat Feb 20 2021 yaozc701 +- update spec file python3-migrate —> python3-sqlalchemy-migrate + * Tue Feb 02 2021 yaozc701 - update spec file