From 34418eeb2200df8dde49f416a95893e264d2730d Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Mar 09 2018 06:23:22 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-glanceclient.spec b/python-glanceclient.spec index a1e7955..ddde9cc 100644 --- a/python-glanceclient.spec +++ b/python-glanceclient.spec @@ -9,7 +9,7 @@ Name: python-glanceclient Epoch: 1 Version: 2.8.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python API and CLI for OpenStack Glance License: ASL 2.0 @@ -30,19 +30,19 @@ Summary: Python API and CLI for OpenStack Glance %{?python_provide:%python_provide python2-glanceclient} BuildRequires: python2-devel -BuildRequires: python-setuptools -BuildRequires: python-pbr - -Requires: python-keystoneauth1 >= 3.1.0 -Requires: python-oslo-i18n >= 2.1.0 -Requires: python-oslo-utils >= 3.20.0 -Requires: python-pbr -Requires: python-prettytable -Requires: pyOpenSSL >= 0.14 -Requires: python-requests -Requires: python-six >= 1.9.0 -Requires: python-warlock -Requires: python-wrapt +BuildRequires: python2-setuptools +BuildRequires: python2-pbr + +Requires: python2-keystoneauth1 >= 3.1.0 +Requires: python2-oslo-i18n >= 2.1.0 +Requires: python2-oslo-utils >= 3.20.0 +Requires: python2-pbr +Requires: python2-prettytable +Requires: python2-pyOpenSSL >= 0.14 +Requires: python2-requests +Requires: python2-six >= 1.9.0 +Requires: python2-warlock +Requires: python2-wrapt %description -n python2-%{sname} This is a client for the OpenStack Glance API. There's a Python API (the @@ -78,13 +78,13 @@ glanceclient module), and a command-line script (glance). Each implements %package doc Summary: Documentation for OpenStack Glance API Client -BuildRequires: python-sphinx -BuildRequires: python-openstackdocstheme -BuildRequires: python-keystoneauth1 -BuildRequires: python-oslo-utils -BuildRequires: python-prettytable -BuildRequires: python-warlock -BuildRequires: pyOpenSSL >= 0.14 +BuildRequires: python2-sphinx +BuildRequires: python2-openstackdocstheme +BuildRequires: python2-keystoneauth1 +BuildRequires: python2-oslo-utils +BuildRequires: python2-prettytable +BuildRequires: python2-warlock +BuildRequires: python2-pyOpenSSL >= 0.14 %description doc This is a client for the OpenStack Glance API. There's a Python API (the @@ -160,6 +160,10 @@ install -p -D -m 644 doc/build/man/glance.1 %{buildroot}%{_mandir}/man1/glance.1 %license LICENSE %changelog +* Fri Mar 09 2018 Iryna Shcherbina - 1:2.8.0-3 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 1:2.8.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild