fix(build): for EPEL5

This commit is contained in:
Ding-Yi Chen 2016-01-14 10:48:56 +10:00
commit caeac9dd5c

View file

@ -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 <dchen@redhat.com> - 1.4.1-3
Fix the EPEL5 build.
* Thu Jan 14 2016 Ding-Yi Chen <dchen@redhat.com> - 1.4.1-2
Fix the Fedora 22 rpmlint error.