[flies-python-client] Resolve the python-setuptools dependency

james ni jamesni at fedoraproject.org
Wed Sep 8 09:59:13 UTC 2010


commit b5dc69c950b352f9586962895e327eeead04d2cb
Author: James Ni <kent.neo at gmail.com>
Date:   Wed Sep 8 17:59:09 2010 +0800

    Resolve the python-setuptools dependency

 flies-python-client.spec |    7 +++++--
 sources                  |    2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/flies-python-client.spec b/flies-python-client.spec
index de8e894..a80d23f 100644
--- a/flies-python-client.spec
+++ b/flies-python-client.spec
@@ -2,7 +2,7 @@
 
 Name: flies-python-client
 Version: 0.0.5
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: Python Client for Flies Server
 
 Group: Development/Tools
@@ -14,9 +14,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 BuildRequires: python-setuptools
 Requires: python-polib
+Requires: python-httplib2
 %if 0%{?fedora} < 13
 BuildRequires: python-devel
-Requires: python-httplib2
 %endif
 
 %description
@@ -42,6 +42,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/*
 
 %changelog
+* Wed Sep 08 2010 James Ni <jni at redhat.com> - 0.0.5-3
+- Try to resolve the dependency of python-setuptools
+
 * Mon Sep 06 2010 James Ni <jni at redhat.com> - 0.0.5-2
 - Add requires for python-polib
 
diff --git a/sources b/sources
index 8a1d3c4..d9b4e5c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e9aef2ec33d72453c7231ed0e3c75523  flies-python-client-0.0.5.tar.gz
+36a9692501f1968c77d8620191f11569  flies-python-client-0.0.5.tar.gz


More information about the scm-commits mailing list