Train support

(cherry picked from commit 37f21c15807eb8f0eafe0a04b91003b58592f61b)
This commit is contained in:
wangxiyuan 2021-11-05 02:10:00 +00:00 committed by openeuler-sync-bot
parent 148b6167dc
commit aacde50b66
3 changed files with 4 additions and 20 deletions

BIN
cinder-15.6.0.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -5,14 +5,14 @@ OpenStack Volume (codename Cinder) provides services to manage and \
access block storage volumes for use by Virtual Machine instances. access block storage volumes for use by Virtual Machine instances.
Name: openstack-%{service} Name: openstack-%{service}
Version: 18.0.0 Version: 15.6.0
Release: 1 Release: 1
Summary: OpenStack Volume service Summary: OpenStack Volume service
License: ASL 2.0 License: ASL 2.0
URL: http://www.openstack.org/software/openstack-storage/ URL: http://www.openstack.org/software/openstack-storage/
BuildArch: noarch BuildArch: noarch
Source0: https://tarballs.openstack.org/cinder/cinder-18.0.0.tar.gz Source0: https://tarballs.openstack.org/cinder/cinder-15.6.0.tar.gz
Source10: openstack-%{service}-api.service Source10: openstack-%{service}-api.service
Source11: openstack-%{service}-scheduler.service Source11: openstack-%{service}-scheduler.service
@ -88,7 +88,6 @@ BuildRequires: python3-importlib_metadata
BuildRequires: python3-boto3 BuildRequires: python3-boto3
# Needed for unit tests # Needed for unit tests
BuildRequires: python3-hacking BuildRequires: python3-hacking
BuildRequires: python3-flake8-import-order
BuildRequires: python3-flake8-logging-format BuildRequires: python3-flake8-logging-format
BuildRequires: python3-coverage BuildRequires: python3-coverage
BuildRequires: python3-PyMySQL BuildRequires: python3-PyMySQL
@ -102,7 +101,6 @@ BuildRequires: python3-stestr
BuildRequires: python3-bandit BuildRequires: python3-bandit
BuildRequires: python3-doc8 BuildRequires: python3-doc8
BuildRequires: python3-mypy BuildRequires: python3-mypy
BuildRequires: python3-moto
Requires: python3-cinderclient Requires: python3-cinderclient
Requires: python3-pyudev Requires: python3-pyudev
@ -237,7 +235,6 @@ This package contains the %{service} Python library.
Summary: Cinder tests Summary: Cinder tests
Requires: python3-hacking Requires: python3-hacking
Requires: python3-flake8-import-order
Requires: python3-flake8-logging-format Requires: python3-flake8-logging-format
Requires: python3-coverage Requires: python3-coverage
Requires: python3-PyMySQL Requires: python3-PyMySQL
@ -252,7 +249,6 @@ Requires: python3-stestr
Requires: python3-bandit Requires: python3-bandit
Requires: python3-doc8 Requires: python3-doc8
Requires: python3-mypy Requires: python3-mypy
Requires: python3-moto
Requires: python3-%{service} Requires: python3-%{service}
%description -n python3-%{service}-tests %description -n python3-%{service}-tests
@ -381,17 +377,5 @@ exit 0
%{python3_sitelib}/%{service}/tests %{python3_sitelib}/%{service}/tests
%changelog %changelog
* Thu Aug 12 2021 wangxiyuan <wangxiyuan1007@gmail.com> - 18.0.0-1 * Fri Nov 05 2021 wangxiyuan <wangxiyuan1007@gmail.com> - 15.6.0-1
- Upgrade to OpenStack Wallaby version - Support OpenStack Train release
* Fri Aug 06 2021 wangxiyuan <wangxiyuan1007@gmail.com> - 17.0.0-4
- Remove epoch tag
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 17.0.0-3
- DESC: delete -S git from %autosetup, and delete BuildRequires git-core
* 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