diff --git a/zanata-python-client.spec b/zanata-python-client.spec index ad1e7ac..144a624 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -2,7 +2,7 @@ %{!?python2_sitelib: %define python2_sitelib %{python_sitelib}} Name: zanata-python-client Version: 1.4.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python Client for Zanata Server License: LGPLv2+ Group: Applications/Text @@ -16,8 +16,8 @@ Requires: python-httplib2 >= 0.7.4-6 %if 0%{?rhel} %if 0%{?rhel} < 6 - Requires: python-hashlib - Requires: python-simplejson +Requires: python-hashlib +Requires: python-simplejson %endif %endif @@ -52,6 +52,9 @@ rm -rf %{buildroot} %changelog +* Thu Jan 14 2016 Ding-Yi Chen - 1.4.1-3 +Fix the EPEL5 build. + * Thu Jan 14 2016 Ding-Yi Chen - 1.4.1-2 Fix the Fedora 22 rpmlint error.