fix(build): for EPEL5
This commit is contained in:
parent
395807bd96
commit
caeac9dd5c
1 changed files with 6 additions and 3 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue