!1 Init package of python-glance-store
From: @the-moon-is-blue Reviewed-by: @joec88 Signed-off-by: @joec88
This commit is contained in:
commit
57a77b96d8
BIN
glance_store-2.3.0.tar.gz
Normal file
BIN
glance_store-2.3.0.tar.gz
Normal file
Binary file not shown.
67
python-glance-store.spec
Normal file
67
python-glance-store.spec
Normal file
@ -0,0 +1,67 @@
|
|||||||
|
%global _empty_manifest_terminate_build 0
|
||||||
|
Name: python-glance-store
|
||||||
|
Version: 2.3.0
|
||||||
|
Release: 2%{?dist}
|
||||||
|
Summary: OpenStack Image Service Store Library
|
||||||
|
License: Apache-2.0
|
||||||
|
URL: https://github.com/openstack/glance_store
|
||||||
|
Source0: https://tarballs.openstack.org/glance_store/glance_store-2.3.0.tar.gz
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
%description
|
||||||
|
OpenStack image service store library
|
||||||
|
%package -n python3-glance-store
|
||||||
|
Summary: OpenStack Image Service Store Library
|
||||||
|
BuildRequires: git
|
||||||
|
BuildRequires: python3-devel
|
||||||
|
BuildRequires: python3-setuptools
|
||||||
|
BuildRequires: python3-pbr
|
||||||
|
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-jsonschema
|
||||||
|
%{?python_provide:%python_provide python3-glance-store}
|
||||||
|
|
||||||
|
%description -n python3-glance-store
|
||||||
|
OpenStack image service store library
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -S git -n glance_store-2.3.0
|
||||||
|
|
||||||
|
%build
|
||||||
|
%{py3_build}
|
||||||
|
|
||||||
|
%install
|
||||||
|
%{py3_install}
|
||||||
|
ln -s ./glance-rootwrap %{buildroot}%{_bindir}/glance-rootwrap-3
|
||||||
|
install -p -D -m 644 etc/glance/rootwrap.d/glance_cinder_store.filters %{buildroot}%{_datarootdir}/glance_store/glance_cinder_store.filters
|
||||||
|
rm -rf %{buildroot}%{_prefix}/etc/glance
|
||||||
|
|
||||||
|
%files -n python3-glance-store
|
||||||
|
%doc AUTHORS ChangeLog
|
||||||
|
%license LICENSE
|
||||||
|
%{_bindir}/glance-rootwrap
|
||||||
|
%{_bindir}/glance-rootwrap-3
|
||||||
|
%{_datarootdir}/glance_store
|
||||||
|
%{_datarootdir}/glance_store/*.filters
|
||||||
|
%{python3_sitelib}/glance_store
|
||||||
|
%{python3_sitelib}/glance_store-*.egg-info
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* 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