diff --git a/transifex-client.spec b/transifex-client.spec index 1b3f477..2fb51dd 100644 --- a/transifex-client.spec +++ b/transifex-client.spec @@ -2,7 +2,7 @@ Name: transifex-client Version: 0.10 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Command line tool for Transifex translation management Group: Development/Languages @@ -13,10 +13,10 @@ Source: http://pypi.python.org/packages/source/t/transifex-client/%{name Patch1: transifex-client-resource-creation.patch BuildArch: noarch -Requires: python-setuptools -Requires: python-backports-ssl_match_hostname -BuildRequires: python-devel -BuildRequires: python-setuptools +Requires: python2-setuptools +Requires: python2-backports-ssl_match_hostname +BuildRequires: python2-devel +BuildRequires: python2-setuptools %description The Transifex Command-line Client is a command line tool that enables @@ -42,6 +42,10 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %changelog +* Wed Feb 14 2018 Iryna Shcherbina - 0.10-10 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 0.10-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild