Init with 1.0.0 to support Train
This commit is contained in:
parent
f9ea3d3267
commit
8ac5720e46
BIN
glance_store-1.0.0.tar.gz
Normal file
BIN
glance_store-1.0.0.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,11 +1,11 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-glance-store
|
||||
Version: 2.5.0
|
||||
Version: 1.0.0
|
||||
Release: 1
|
||||
Summary: OpenStack Image Service Store Library
|
||||
License: Apache-2.0
|
||||
URL: https://docs.openstack.org/glance_store/latest/
|
||||
Source0: https://files.pythonhosted.org/packages/fd/37/cdf17c0e236f3549f3154850229d6d48f641855e9272be5804b64c9adae1/glance_store-2.5.0.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/52/38/fce47fcead80345001ed1590c2d4a3f0bbb0f29dff630bbedefb86e0a202/glance_store-1.0.0.tar.gz
|
||||
BuildArch: noarch
|
||||
%description
|
||||
Glance store library.
|
||||
@ -20,85 +20,45 @@ BuildRequires: python3-pbr
|
||||
BuildRequires: python3-pip
|
||||
BuildRequires: python3-wheel
|
||||
# General requires
|
||||
BuildRequires: python3-eventlet
|
||||
BuildRequires: python3-jsonschema
|
||||
BuildRequires: python3-keystoneauth1
|
||||
BuildRequires: python3-oslo-concurrency
|
||||
BuildRequires: python3-oslo-config
|
||||
BuildRequires: python3-oslo-i18n
|
||||
BuildRequires: python3-oslo-serialization
|
||||
BuildRequires: python3-oslo-utils
|
||||
BuildRequires: python3-oslo-concurrency
|
||||
BuildRequires: python3-stevedore
|
||||
BuildRequires: python3-eventlet
|
||||
BuildRequires: python3-six
|
||||
BuildRequires: python3-jsonschema
|
||||
BuildRequires: python3-keystoneauth1
|
||||
BuildRequires: python3-keystoneclient
|
||||
BuildRequires: python3-requests
|
||||
BuildRequires: python3-six
|
||||
BuildRequires: python3-stevedore
|
||||
BuildRequires: python3-os-brick
|
||||
BuildRequires: python3-oslo-privsep
|
||||
BuildRequires: python3-oslo-rootwrap
|
||||
BuildRequires: python3-cinderclient
|
||||
BuildRequires: python3-boto3
|
||||
BuildRequires: python3-os-brick
|
||||
BuildRequires: python3-oslo-rootwrap
|
||||
BuildRequires: python3-oslo-privsep
|
||||
BuildRequires: python3-httplib2
|
||||
BuildRequires: python3-swiftclient
|
||||
BuildRequires: python3-oslo-vmware
|
||||
# Tests running requires
|
||||
BuildRequires: python3-boto3
|
||||
BuildRequires: python3-coverage
|
||||
BuildRequires: python3-doc8
|
||||
BuildRequires: python3-fixtures
|
||||
BuildRequires: python3-hacking
|
||||
BuildRequires: python3-httplib2
|
||||
BuildRequires: python3-os-brick
|
||||
BuildRequires: python3-oslo-privsep
|
||||
BuildRequires: python3-oslo-rootwrap
|
||||
BuildRequires: python3-oslo-vmware
|
||||
BuildRequires: python3-oslotest
|
||||
BuildRequires: python3-cinderclient
|
||||
BuildRequires: python3-subunit
|
||||
BuildRequires: python3-swiftclient
|
||||
BuildRequires: python3-requests-mock
|
||||
BuildRequires: python3-stestr
|
||||
BuildRequires: python3-testscenarios
|
||||
BuildRequires: python3-testtools
|
||||
# General requires
|
||||
Requires: python3-eventlet
|
||||
Requires: python3-jsonschema
|
||||
Requires: python3-keystoneauth1
|
||||
Requires: python3-oslo-concurrency
|
||||
Requires: python3-oslo-config
|
||||
Requires: python3-oslo-i18n
|
||||
Requires: python3-oslo-serialization
|
||||
Requires: python3-oslo-utils
|
||||
Requires: python3-oslo-concurrency
|
||||
Requires: python3-stevedore
|
||||
Requires: python3-eventlet
|
||||
Requires: python3-six
|
||||
Requires: python3-jsonschema
|
||||
Requires: python3-keystoneauth1
|
||||
Requires: python3-keystoneclient
|
||||
Requires: python3-requests
|
||||
Requires: python3-six
|
||||
Requires: python3-stevedore
|
||||
Requires: python3-os-brick
|
||||
Requires: python3-oslo-privsep
|
||||
Requires: python3-oslo-rootwrap
|
||||
Requires: python3-cinderclient
|
||||
Requires: python3-boto3
|
||||
Requires: python3-os-brick
|
||||
Requires: python3-oslo-rootwrap
|
||||
Requires: python3-oslo-privsep
|
||||
Requires: python3-httplib2
|
||||
Requires: python3-swiftclient
|
||||
Requires: python3-oslo-vmware
|
||||
# Tests running requires
|
||||
Requires: python3-boto3
|
||||
Requires: python3-coverage
|
||||
Requires: python3-doc8
|
||||
Requires: python3-fixtures
|
||||
Requires: python3-hacking
|
||||
Requires: python3-httplib2
|
||||
Requires: python3-os-brick
|
||||
Requires: python3-oslo-privsep
|
||||
Requires: python3-oslo-rootwrap
|
||||
Requires: python3-oslo-vmware
|
||||
Requires: python3-oslotest
|
||||
Requires: python3-cinderclient
|
||||
Requires: python3-subunit
|
||||
Requires: python3-swiftclient
|
||||
Requires: python3-requests-mock
|
||||
Requires: python3-stestr
|
||||
Requires: python3-testscenarios
|
||||
Requires: python3-testtools
|
||||
%description -n python3-glance-store
|
||||
Glance store library.
|
||||
|
||||
@ -109,14 +69,14 @@ Provides: python3-glance-store-doc
|
||||
Glance store library.
|
||||
|
||||
%prep
|
||||
%autosetup -n glance_store-2.5.0
|
||||
%autosetup -n glance_store-%{version}
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
|
||||
|
||||
%install
|
||||
%py3_install
|
||||
|
||||
install -d -m755 %{buildroot}/%{_pkgdocdir}
|
||||
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
|
||||
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
|
||||
@ -143,24 +103,13 @@ popd
|
||||
mv %{buildroot}/filelist.lst .
|
||||
mv %{buildroot}/doclist.lst .
|
||||
|
||||
|
||||
%files -n python3-glance-store -f filelist.lst
|
||||
%dir %{python3_sitelib}/*
|
||||
|
||||
|
||||
%files help -f doclist.lst
|
||||
%{_docdir}/*
|
||||
|
||||
%files
|
||||
%{_prefix}/%{_sysconfdir}/glance/rootwrap.conf
|
||||
%{_prefix}/%{_sysconfdir}/glance/rootwrap.d/glance_cinder_store.filters
|
||||
|
||||
%changelog
|
||||
* Tue Jul 13 2021 OpenStack_SIG <openstack@openeuler.org> - 2.5.0-1
|
||||
- Update to 2.5.0
|
||||
* 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
|
||||
|
||||
* Fri Nov 12 2021 OpenStack_SIG <openstack@openeuler.org> - 1.0.0-1
|
||||
- Init with version 1.0.0 to support OpenStack Train
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user