[fts-rest/el6] Missing dependencies

Alejandro Alvarez aalvarez at fedoraproject.org
Fri Mar 13 10:40:45 UTC 2015


commit 8b1f44803c150bfed8feed849c85326132e4ab44
Author: Alejandro Alvarez Ayllon <aalvarez at cern.ch>
Date:   Fri Mar 13 11:40:20 2015 +0100

    Missing dependencies

 fts-rest.spec | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/fts-rest.spec b/fts-rest.spec
index 5600113..892a326 100644
--- a/fts-rest.spec
+++ b/fts-rest.spec
@@ -3,7 +3,7 @@
 
 Name:           fts-rest
 Version:        3.2.32
-Release:        1%{?dist}
+Release:        2%{?dist}
 BuildArch:      noarch
 Summary:        FTS3 Rest Interface
 Group:          Applications/Internet
@@ -12,15 +12,25 @@ URL:            https://svnweb.cern.ch/trac/fts3
 # wget https://github.com/cern-it-sdc-id/fts3-rest/archive/v%{version}.tar.gz -O %{name}-%{version}.tar.gz
 Source0:        %{name}-%{version}.tar.gz
 
+BuildRequires:  gfal2-python
 BuildRequires:  cmake
 BuildRequires:  python-jsonschema
 %if 0%{?el6}
 BuildRequires:  python-nose1.1
 %endif
+%if %{?rhel}%{!?rhel:0} >= 7
+BuildRequires:  python-nose
+%endif
+BuildRequires:  python-dateutil
 BuildRequires:  python-pylons
 BuildRequires:  scipy
 BuildRequires:  m2crypto
+BuildRequires:  python-m2ext
 BuildRequires:  python-sqlalchemy
+BuildRequires:  python-requests
+%if %{?rhel}%{!?rhel:0} == 6
+BuildRequires:  python-slimit
+%endif
 BuildRequires:  pandoc
 
 Requires:     gridsite%{?_isa} >= 1.7
@@ -221,6 +231,9 @@ cp --preserve=timestamps -r src/fts3 %{buildroot}/%{python_sitelib}
 %doc LICENSE
 
 %changelog
+* Fri Mar 13 2015 Alejandro Alvarez Ayllon <aalvarez at cern.ch> - 3.2.32-2
+- Missing dependencies
+
 * Fri Mar 13 2015 Alejandro Alvarez Ayllon <aalvarez at cern.ch> - 3.2.32-1
 - Update for new upstream release
 


More information about the scm-commits mailing list