diff --git a/python-designateclient.spec b/python-designateclient.spec index 94d1d70..c3176ae 100644 --- a/python-designateclient.spec +++ b/python-designateclient.spec @@ -9,7 +9,7 @@ Name: python-%{sname} Version: 2.3.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Python API and CLI for OpenStack Designate License: ASL 2.0 @@ -26,19 +26,19 @@ Summary: Python API and CLI for OpenStack Designate %{?python_provide:%python_provide python2-%{sname}} BuildRequires: python2-devel -BuildRequires: python-setuptools -BuildRequires: python-pbr - -Requires: python-cliff -Requires: python-jsonschema >= 2.0.0 -Requires: python-pbr -Requires: python-keystoneauth1 -Requires: python-requests >= 2.2.0 -Requires: python-six >= 1.9.0 -Requires: python-stevedore -Requires: python-osc-lib -Requires: python-debtcollector -Requires: python-oslo-utils +BuildRequires: python2-setuptools +BuildRequires: python2-pbr + +Requires: python2-cliff +Requires: python2-jsonschema >= 2.0.0 +Requires: python2-pbr +Requires: python2-keystoneauth1 +Requires: python2-requests >= 2.2.0 +Requires: python2-six >= 1.9.0 +Requires: python2-stevedore +Requires: python2-osc-lib +Requires: python2-debtcollector +Requires: python2-oslo-utils %description -n python2-%{sname} %{common_desc} @@ -47,7 +47,7 @@ Requires: python-oslo-utils %package -n python2-%{sname}-tests Summary: Python API and CLI for OpenStack Designate (tests) %{?python_provide:%python_provide python2-%{sname}-tests} -Requires: %{name} = %{version}-%{release} +Requires: python2-%{sname} = %{version}-%{release} %description -n python2-%{sname}-tests %{common_desc} @@ -82,7 +82,7 @@ Requires: python3-oslo-utils %package -n python3-%{sname}-tests Summary: Python API and CLI for OpenStack Designate (tests) %{?python_provide:%python_provide python3-%{sname}-tests} -Requires: %{name} = %{version}-%{release} +Requires: python2-%{sname} = %{version}-%{release} %description -n python3-%{sname}-tests %{common_desc} @@ -94,8 +94,8 @@ This package contains Designate client tests files. %package doc Summary: Documentation for OpenStack Designate API Client -BuildRequires: python-sphinx -BuildRequires: python-oslo-sphinx +BuildRequires: python2-sphinx +BuildRequires: python2-oslo-sphinx %description doc %{common_desc} @@ -162,6 +162,10 @@ sphinx-build -b html doc/source html %license LICENSE %changelog +* Fri Mar 09 2018 Iryna Shcherbina - 2.3.0-6 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 2.3.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild