!2 openstack-cinder:update spec file
From: @yaozc701 Reviewed-by: @xiyuanwang Signed-off-by:
This commit is contained in:
commit
240d49bb06
@ -9,7 +9,7 @@ access block storage volumes for use by Virtual Machine instances.
|
|||||||
Name: openstack-%{service}
|
Name: openstack-%{service}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 17.0.0
|
Version: 17.0.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: OpenStack Volume service
|
Summary: OpenStack Volume service
|
||||||
|
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -207,7 +207,7 @@ Requires: python3-cryptography >= 2.1.4
|
|||||||
|
|
||||||
|
|
||||||
Requires: python3-lxml >= 4.2.0
|
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-httplib2 >= 0.9.1
|
||||||
Requires: python3-tenacity
|
Requires: python3-tenacity
|
||||||
Requires: python3-decorator
|
Requires: python3-decorator
|
||||||
@ -260,8 +260,7 @@ BuildRequires: python3-sqlalchemy
|
|||||||
BuildRequires: python3-webob
|
BuildRequires: python3-webob
|
||||||
BuildRequires: python3-iso8601 >= 0.1.9
|
BuildRequires: python3-iso8601 >= 0.1.9
|
||||||
|
|
||||||
BuildRequires: python3-migrate
|
BuildRequires: python3-sqlalchemy-migrate
|
||||||
|
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
%{common_desc}
|
%{common_desc}
|
||||||
@ -421,5 +420,8 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Tue Feb 02 2021 yaozc701 <yaozc7@foxmail.com>
|
||||||
- update spec file
|
- update spec file
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user