[transifex-client/el6] fix requires python-setuptools

Luis Enrique Bazán De León lbazan at fedoraproject.org
Sat Oct 12 16:26:01 UTC 2013


commit d1131db247df463f480e32b04c5ae0cb422d0d20
Author: Luis Bazan <lbazan at fedoraproject.org>
Date:   Sat Oct 12 11:23:02 2013 -0500

    fix requires python-setuptools

 transifex-client.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/transifex-client.spec b/transifex-client.spec
index 09e2655..f722dbf 100644
--- a/transifex-client.spec
+++ b/transifex-client.spec
@@ -2,7 +2,7 @@
 
 Name:           transifex-client
 Version:        0.9
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Command line tool for Transifex translation management
 
 Group:          Development/Languages
@@ -12,6 +12,7 @@ Source:         http://pypi.python.org/packages/source/t/transifex-client/%{name
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
+Requires:       python-setuptools
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 
@@ -41,8 +42,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/*
 
 %changelog
+* Thu Oct 12 2013 Luis Bazan <lbazan at fedoraproject.org> - 0.9-5
+- Fix BZ #1002546 - add dependency
+
 * Thu Oct 10 2013 Luis Bazan <lbazan at fedoraproject.org> - 0.9-4
 - Fix BZ #1002546
+
 * Mon Aug 26 2013 Luis Bazan <lbazan at fedoraproject.org> - 0.9-3
 - remove dependency
 


More information about the scm-commits mailing list