Add python-simplejson requires for RHEL5

This commit is contained in:
James Ni 2011-06-02 16:59:40 +08:00
commit 292fef6afe
2 changed files with 6 additions and 2 deletions

View file

@ -1 +1 @@
4d140a61b6fd47ef694383d1101b5ec4 zanata-python-client-1.2.5.tar.gz
cb80a9a97d77fe1951098862edfee8e0 zanata-python-client-1.2.5.tar.gz

View file

@ -2,7 +2,7 @@
Name: zanata-python-client
Version: 1.2.5
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Python Client for Zanata Server
Group: Development/Tools
@ -15,6 +15,7 @@ BuildArch: noarch
BuildRequires: python-setuptools
Requires: python-polib
Requires: python-httplib2
%{?el5 Requires: python-simplejson}
Conflicts: python-json
%if 0%{?fedora} < 13
BuildRequires: python-devel
@ -46,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/*
%changelog
* Thu Jun 02 2011 James Ni <jni@redhat.com> - 1.2.5-2
- Add python-simplejson requires for RHEL5
* Wed Jun 01 2011 James Ni <jni@redhat.com> - 1.2.5-1
- Bug fix and usability improvement