change spec
This commit is contained in:
parent
57a77b96d8
commit
e1ba930a47
Binary file not shown.
BIN
glance_store-2.4.0.tar.gz
Normal file
BIN
glance_store-2.4.0.tar.gz
Normal file
Binary file not shown.
@ -1,44 +1,74 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-glance-store
|
||||
Version: 2.3.0
|
||||
Release: 2%{?dist}
|
||||
Version: 2.4.0
|
||||
Release: 1
|
||||
Summary: OpenStack Image Service Store Library
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/openstack/glance_store
|
||||
Source0: https://tarballs.openstack.org/glance_store/glance_store-2.3.0.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/source/g/glance_store/glance_store-2.4.0.tar.gz
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: python3-boto3
|
||||
BuildRequires: python3-cinderclient
|
||||
BuildRequires: python3-debtcollector
|
||||
BuildRequires: python3-eventlet
|
||||
BuildRequires: python3-fixtures
|
||||
BuildRequires: python3-jsonschema
|
||||
BuildRequires: python3-keystoneclient
|
||||
BuildRequires: python3-mock
|
||||
BuildRequires: python3-os-brick
|
||||
BuildRequires: python3-oslo-concurrency
|
||||
BuildRequires: python3-oslo-config
|
||||
BuildRequires: python3-oslo-i18n
|
||||
BuildRequires: python3-oslo-serialization
|
||||
BuildRequires: python3-oslo-utils
|
||||
BuildRequires: python3-oslo-vmware
|
||||
BuildRequires: python3-oslotest
|
||||
BuildRequires: python3-subunit
|
||||
BuildRequires: python3-requests
|
||||
BuildRequires: python3-requests-mock
|
||||
BuildRequires: python3-six
|
||||
BuildRequires: python3-stestr
|
||||
BuildRequires: python3-stevedore
|
||||
BuildRequires: python3-swiftclient
|
||||
BuildRequires: python3-testscenarios
|
||||
BuildRequires: python3-testtools
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
OpenStack image service store library
|
||||
Glance store library.
|
||||
|
||||
%package -n python3-glance-store
|
||||
Summary: OpenStack Image Service Store Library
|
||||
BuildRequires: git
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-pbr
|
||||
Summary: OpenStack Image Service Store Library
|
||||
Requires: python3-boto3
|
||||
Requires: python3-cinderclient
|
||||
Requires: python3-debtcollector
|
||||
Requires: python3-eventlet
|
||||
Requires: python3-cinderclient >= 4.1.0
|
||||
Requires: python3-keystoneauth1 >= 3.4.0
|
||||
Requires: python3-keystoneclient >= 1:3.8.0
|
||||
Requires: python3-requests
|
||||
Requires: python3-six >= 1.10.0
|
||||
Requires: python3-stevedore >= 1.20.0
|
||||
Requires: python3-oslo-concurrency >= 3.26.0
|
||||
Requires: python3-oslo-config
|
||||
Requires: python3-oslo-i18n >= 3.15.3
|
||||
Requires: python3-oslo-rootwrap
|
||||
Requires: python3-oslo-serialization >= 2.18.0
|
||||
Requires: python3-oslo-utils >= 3.33.0
|
||||
Requires: python3-os-brick >= 2.6.0
|
||||
Requires: python3-oslo-privsep >= 1.23.0
|
||||
Requires: python3-httplib2
|
||||
Requires: python3-jsonschema
|
||||
%{?python_provide:%python_provide python3-glance-store}
|
||||
Requires: python3-keystoneauth1
|
||||
Requires: python3-keystoneclient
|
||||
Requires: python3-os-brick
|
||||
Requires: python3-oslo-concurrency
|
||||
Requires: python3-oslo-config
|
||||
Requires: python3-oslo-i18n
|
||||
Requires: python3-oslo-privsep
|
||||
Requires: python3-oslo-rootwrap
|
||||
Requires: python3-oslo-serialization
|
||||
Requires: python3-oslo-utils
|
||||
Requires: python3-oslo-vmware
|
||||
Requires: python3-requests
|
||||
Requires: python3-six
|
||||
Requires: python3-stevedore
|
||||
Requires: python3-swiftclient
|
||||
|
||||
%description -n python3-glance-store
|
||||
OpenStack image service store library
|
||||
Glance store library.
|
||||
|
||||
This package contains the Python 3.x module.
|
||||
|
||||
%prep
|
||||
%autosetup -S git -n glance_store-2.3.0
|
||||
%autosetup -S git -n glance_store-2.4.0
|
||||
|
||||
%build
|
||||
%{py3_build}
|
||||
@ -60,8 +90,9 @@ rm -rf %{buildroot}%{_prefix}/etc/glance
|
||||
%{python3_sitelib}/glance_store-*.egg-info
|
||||
|
||||
%changelog
|
||||
* Tue Apr 27 2021 zhangy1317 <zhangy1317@foxmail.com> 2.4.0
|
||||
- Add buildrequires
|
||||
* Wed Oct 21 2020 Joel Capitao <jcapitao@redhat.com> 2.3.0-2
|
||||
- Enable sources tarball validation using GPG signature.
|
||||
|
||||
* Mon Sep 21 2020 RDO <dev@lists.rdoproject.org> 2.3.0-1
|
||||
- Update to 2.3.0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user