add spec and source package

This commit is contained in:
yaozc701 2021-02-23 14:43:01 +08:00
parent 837202cb5d
commit c190edcdfb

View File

@ -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 <yaozc7@foxmail.com>
- update spec file python3-migrate —> python3-sqlalchemy-migrate
* Tue Feb 02 2021 yaozc701 <yaozc7@foxmail.com>
- update spec file