diff --git a/transifex-client.spec b/transifex-client.spec index 621af10..50b7b31 100644 --- a/transifex-client.spec +++ b/transifex-client.spec @@ -2,7 +2,7 @@ Name: transifex-client Version: 0.13.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Command line tool for Transifex translation management Group: Development/Languages @@ -14,7 +14,7 @@ Source: http://pypi.python.org/packages/source/t/transifex-client/%{name BuildArch: noarch Requires: python3-setuptools -Requires: python3-backports-ssl_match_hostname +Requires: python2-backports-ssl_match_hostname BuildRequires: python3-devel Requires: python3 Requires: python3-urllib3 @@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %changelog +* Sat Jun 16 2018 Luis Bazan - 0.13.3-3 +- Fix dependency backports ssl + * Tue May 29 2018 Luis Bazan - 0.13.3-2 - Update Python 3 dependency - Fix Python 3 syntax