[flies-python-client/f13/master] Add requires for python-polib

james ni jamesni at fedoraproject.org
Mon Sep 6 03:19:40 UTC 2010


commit d4a1bcd271783650337b5252541575667e1582a5
Author: James Ni <kent.neo at gmail.com>
Date:   Mon Sep 6 11:19:36 2010 +0800

    Add requires for python-polib

 flies-python-client.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/flies-python-client.spec b/flies-python-client.spec
index 4a4ac19..de8e894 100644
--- a/flies-python-client.spec
+++ b/flies-python-client.spec
@@ -2,7 +2,7 @@
 
 Name: flies-python-client
 Version: 0.0.5
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Python Client for Flies Server
 
 Group: Development/Tools
@@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch: noarch
 BuildRequires: python-setuptools
-BuildRequires: python-polib
+Requires: python-polib
 %if 0%{?fedora} < 13
 BuildRequires: python-devel
 Requires: python-httplib2
@@ -42,6 +42,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/*
 
 %changelog
+* Mon Sep 06 2010 James Ni <jni at redhat.com> - 0.0.5-2
+- Add requires for python-polib
+
 * Tue Aug 31 2010 James Ni <jni at redhat.com> - 0.0.5-1
 - Rename resservice in flieslib/__init__.py to docservice
 


More information about the scm-commits mailing list