diff --git a/sources b/sources index 0970f41..b75e4dc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4d140a61b6fd47ef694383d1101b5ec4 zanata-python-client-1.2.5.tar.gz +cb80a9a97d77fe1951098862edfee8e0 zanata-python-client-1.2.5.tar.gz diff --git a/zanata-python-client.spec b/zanata-python-client.spec index 9e30e7a..101e489 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -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 - 1.2.5-2 +- Add python-simplejson requires for RHEL5 + * Wed Jun 01 2011 James Ni - 1.2.5-1 - Bug fix and usability improvement