diff --git a/odcs.spec b/odcs.spec index f0b9daf..8225389 100644 --- a/odcs.spec +++ b/odcs.spec @@ -4,7 +4,7 @@ Name: odcs Version: 0.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The On Demand Compose Service @@ -32,19 +32,19 @@ BuildRequires: python2-devel BuildRequires: help2man BuildRequires: python2-pdc-client -BuildRequires: python-fedora -BuildRequires: python-flask-script -BuildRequires: python-flask-login -BuildRequires: python-httplib2 -BuildRequires: python-m2ext -BuildRequires: python-munch -BuildRequires: python-productmd +BuildRequires: python2-fedora +BuildRequires: python2-flask-script +BuildRequires: python2-flask-login +BuildRequires: python2-httplib2 +BuildRequires: python2-m2ext +BuildRequires: python2-munch +BuildRequires: python2-productmd BuildRequires: python2-funcsigs BuildRequires: python2-modulemd >= 1.1.0 -BuildRequires: python-qpid +BuildRequires: python2-qpid BuildRequires: python2-openidc-client -BuildRequires: python-ldap +BuildRequires: python2-ldap %if 0%{?rhel} && 0%{?rhel} <= 7 @@ -73,7 +73,7 @@ BuildRequires: python2-futures BuildRequires: python2-flask BuildRequires: python2-systemd BuildRequires: python2-defusedxml -BuildRequires: python-koji +BuildRequires: python2-koji %if (0%{?fedora} && 0%{?fedora} <= 25) || (0%{?rhel} && 0%{?rhel} <= 7) BuildRequires: pyOpenSSL @@ -92,18 +92,18 @@ Requires(pre): shadow-utils Requires: systemd Requires: pungi Requires: python2-pdc-client -Requires: python-fedora -Requires: python-flask-script -Requires: python-flask-login -Requires: python-httplib2 -Requires: python-m2ext -Requires: python-munch +Requires: python2-fedora +Requires: python2-flask-script +Requires: python2-flask-login +Requires: python2-httplib2 +Requires: python2-m2ext +Requires: python2-munch Requires: python2-funcsigs Requires: python2-modulemd >= 1.1.0 -Requires: python-qpid +Requires: python2-qpid Requires: python2-openidc-client -Requires: python-ldap -Requires: python-productmd +Requires: python2-ldap +Requires: python2-productmd Requires: hardlink %if 0%{?rhel} && 0%{?rhel} <= 7 @@ -128,7 +128,7 @@ Requires: python2-six Requires: python2-futures Requires: python2-flask Requires: python2-defusedxml -Requires: python-koji +Requires: python2-koji %if (0%{?fedora} && 0%{?fedora} <= 25) || (0%{?rhel} && 0%{?rhel} <= 7) @@ -153,7 +153,7 @@ services or users using the REST API provided by Flask frontend. Summary: ODCS subpackage providing code shared between server and client. %{?python_provide:%python_provide python2-odcs-client} -Requires: python-six +Requires: python2-six %description -n python2-odcs-common @@ -164,10 +164,10 @@ ODCS subpackage providing code shared between server and client. Summary: ODCS client module %{?python_provide:%python_provide python2-odcs-client} -Requires: python-six -Requires: python-requests +Requires: python2-six +Requires: python2-requests Requires: m2crypto -Requires: python-m2ext +Requires: python2-m2ext Requires: python2-odcs-common = %{version}-%{release} @@ -276,6 +276,10 @@ exit 0 %changelog +* Thu Mar 01 2018 Iryna Shcherbina - 0.2.0-2 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Mon Feb 26 2018 Jan Kaluza - 0.2.0-1 - updated to new version 0.2.0.