[transifex-client/el6] add new requires

Luis Enrique Bazán De León lbazan at fedoraproject.org
Thu Aug 15 19:28:59 UTC 2013


commit db649a20203a066a112818085086da92118f0d67
Author: Luis Bazan <lbazan at fedoraproject.org>
Date:   Thu Aug 15 12:28:22 2013 -0700

    add new requires

 transifex-client.spec |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)
---
diff --git a/transifex-client.spec b/transifex-client.spec
index 503540f..a7e8378 100644
--- a/transifex-client.spec
+++ b/transifex-client.spec
@@ -2,7 +2,7 @@
 
 Name:           transifex-client
 Version:        0.9
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Command line tool for Transifex translation management
 
 Group:          Development/Languages
@@ -14,7 +14,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
-
+Requires:       python-backports-ssl_match_hostname
 
 %description
 The Transifex Command-line Client is a command line tool that enables
@@ -24,29 +24,27 @@ need of an elaborate UI system.
 %prep
 %setup -q
 
-
 %build
 # Remove CFLAGS=... for noarch packages (unneeded)
 CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
-
  
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files
 %defattr(-,root,root,-)
 %doc LICENSE README.rst
 %{python_sitelib}/*
 %{_bindir}/*
 
-
 %changelog
+* Thu Aug 15 2013 Luis Bazan <lbazan at fedoraproject.org> - 0.9-2
+- add new requirement 
+
 * Fri May 24 2013 Luis Bazan <lbazan at fedoraproject.org> - 0.9-1
 - New Upstream Version
 


More information about the scm-commits mailing list