diff --git python-glance-store/python-glance-store.spec python-glance-store/python-glance-store.spec.tmp index b53a8a2d23..a9544f599f 100644 --- python-glance-store/python-glance-store.spec +++ python-glance-store/python-glance-store.spec.tmp @@ -4,7 +4,7 @@ Name: python-glance-store Version: 0.9.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: OpenStack Image Service Store Library License: ASL 2.0 @@ -15,6 +15,16 @@ BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools BuildRequires: python-pbr + + +%global _description\ +OpenStack image service store library\ + + +%description %_description + +%package -n python2-glance-store +Summary: %summary Requires: python-eventlet Requires: python-cinderclient >= 1.0.6 Requires: python-iso8601 @@ -27,11 +37,9 @@ Requires: python-oslo-serialization Requires: python-oslo-utils Requires: python-enum34 Requires: python-jsonschema +%{?python_provide:%python_provide python2-glance-store} - -%description -OpenStack image service store library - +%description -n python2-glance-store %_description %prep %setup -q -n %{upstream_name}-%{upstream_version} @@ -45,7 +53,7 @@ OpenStack image service store library %{__python2} setup.py install -O1 --skip-build --root %{buildroot} -%files +%files -n python2-glance-store %doc AUTHORS ChangeLog %{!?_licensedir:%global license %%doc} %license LICENSE @@ -54,6 +62,10 @@ OpenStack image service store library %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.9.1-6 +- Python 2 binary package renamed to python2-glance-store + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.9.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild