diff --git a/glance_store-2.3.0.tar.gz b/glance_store-2.3.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e40d07fbb18af163c27fa91fed05081dab8191ef Binary files /dev/null and b/glance_store-2.3.0.tar.gz differ diff --git a/python-glance-store.spec b/python-glance-store.spec new file mode 100644 index 0000000000000000000000000000000000000000..59d1396cc77c64baae81707247b1a779ee9a2897 --- /dev/null +++ b/python-glance-store.spec @@ -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 2.3.0-2 +- Enable sources tarball validation using GPG signature. + +* Mon Sep 21 2020 RDO 2.3.0-1 +- Update to 2.3.0