From e243c7ff246e72d4f9c23d0b086c9ec24e118fa8 Mon Sep 17 00:00:00 2001 From: James Ni Date: Thu, 2 Jun 2011 17:43:21 +0800 Subject: [PATCH] Fix error of conditionals of RHEL5 --- zanata-python-client.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zanata-python-client.spec b/zanata-python-client.spec index a4ec0b4..526ef23 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -2,7 +2,7 @@ Name: zanata-python-client Version: 1.2.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python Client for Zanata Server Group: Development/Tools @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %changelog +* Thu Jun 02 2011 James Ni - 1.2.5-3 +- Fix error of onditionals of RHEL5 + * Thu Jun 02 2011 James Ni - 1.2.5-2 - Add python-simplejson requires for RHEL5