update glance_store to 2.1.0
Change-Id: I1b5f3a09bf1bf32b7a1fa5eb3780fd280aa71db8
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{% set pypi_name = 'glance_store' %}
|
||||
{% set upstream_version = upstream_version('1.0.0') %}
|
||||
{% set upstream_version = upstream_version('2.1.0') %}
|
||||
{% set rpm_release = '0' %}
|
||||
{% set source = url_pypi() %}
|
||||
Name: {{ py2name('glance_store') }}
|
||||
@@ -12,6 +12,7 @@ URL: https://launchpad.net/{{ pypi_name }}
|
||||
Source0: {{ source }}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: {{ py3('boto3') }}
|
||||
BuildRequires: {{ py3('python-cinderclient') }}
|
||||
BuildRequires: {{ py3('debtcollector') }}
|
||||
BuildRequires: {{ py3('eventlet') }}
|
||||
@@ -43,6 +44,7 @@ Glance store library.
|
||||
|
||||
%package -n {{ py3('glance_store') }}
|
||||
Summary: OpenStack Image Service Store Library
|
||||
Requires: {{ py3('boto3') }}
|
||||
Requires: {{ py3('python-cinderclient') }}
|
||||
Requires: {{ py3('debtcollector') }}
|
||||
Requires: {{ py3('eventlet') }}
|
||||
@@ -93,8 +95,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
|
||||
%fdupes %{buildroot}%{python3_sitelib}
|
||||
|
||||
%check
|
||||
rm -rf .stestr
|
||||
PYTHON=python3 PYTHONPATH="." stestr run
|
||||
PYTHON=python3 PYTHONPATH="." python3 -m stestr.cli run
|
||||
|
||||
%files -n {{ py3('glance_store') }}
|
||||
%doc README.rst ChangeLog
|
||||
|
||||
Reference in New Issue
Block a user