[fts-rest] new upstream release

MIchal Simon simonm at fedoraproject.org
Mon Aug 18 14:28:07 UTC 2014


commit bee1edbd8eba17641c6564eb999119d36c19520c
Author: simonm <michal.simon at cern.ch>
Date:   Mon Aug 18 16:27:13 2014 +0200

    new upstream release

 .gitignore    |    1 +
 fts-rest.spec |   21 ++++++++++-----------
 sources       |    2 +-
 3 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b005d66..944efdb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /fts-rest-3.2.6.tar.gz
 /fts-rest-3.2.7.tar.gz
+/fts-rest-3.2.26.tar.gz
diff --git a/fts-rest.spec b/fts-rest.spec
index 2d5d74d..70efcd2 100644
--- a/fts-rest.spec
+++ b/fts-rest.spec
@@ -2,8 +2,8 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib(1))")}
 
 Name:           fts-rest
-Version:        3.2.7
-Release:        1%{?dist}
+Version:        3.2.26
+Release:        2%{?dist}
 BuildArch:      noarch
 Summary:        FTS3 Rest Interface
 Group:          Applications/Internet
@@ -12,9 +12,8 @@ URL:            https://svnweb.cern.ch/trac/fts3
 Source0:        https://grid-deployment.web.cern.ch/grid-deployment/dms/fts3/tar/%{name}-%{version}.tar.gz
 
 BuildRequires:  cmake
-BuildRequires:  python2-devel
 BuildRequires:  python-jsonschema
-%if 0%{?rhel} > 5
+%if 0%{?el6}
 BuildRequires:  python-nose1.1
 %endif
 BuildRequires:  python-pylons
@@ -29,7 +28,6 @@ Requires:     python-fts = %{version}-%{release}
 Requires:     python-paste-deploy
 Requires:     python-pylons
 Requires:     gfal2-python
-Requires:     fts-server%{?_isa}
 
 %description
 This package provides the FTS3 REST interface
@@ -93,7 +91,7 @@ fi
 make %{?_smp_mflags}
 
 %check
-%if 0%{?rhel} > 5
+%if 0%{?el6}
 pushd src/fts3rest
 PYTHONPATH=../ nosetests1.1 --with-xunit --xunit-file=/tmp/nosetests.xml
 popd
@@ -109,11 +107,11 @@ mkdir -p %{buildroot}/%{_var}/log/fts3rest/
 cp --preserve=timestamps -r src/fts3 %{buildroot}/%{python_sitelib}
 
 %files
-%defattr(-,root,root,-)
 %{python_sitelib}/fts3rest*
 %{_libexecdir}/fts3
 %config(noreplace) %{_sysconfdir}/fts3/fts3rest.ini
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/fts3rest.conf
+%config(noreplace) %{_sysconfdir}/logrotate.d/fts-rest
 %dir %attr(0755,apache,apache) %{_var}/cache/fts3rest
 %dir %attr(0755,apache,apache) %{_var}/log/fts3rest
 %doc docs/README.md
@@ -121,7 +119,6 @@ cp --preserve=timestamps -r src/fts3 %{buildroot}/%{python_sitelib}
 %doc docs/api.md
 
 %files cli
-%defattr(-,root,root,-)
 %{_bindir}/fts-rest-*
 %config(noreplace) %{_sysconfdir}/fts3/fts3client.cfg
 %{_mandir}/man1/fts-rest*
@@ -129,15 +126,17 @@ cp --preserve=timestamps -r src/fts3 %{buildroot}/%{python_sitelib}
 %files selinux
 
 %files -n python-fts
-%defattr(-,root,root,-)
 %{python_sitelib}/fts3
 %doc LICENSE
 
 %changelog
-* Mon Jun 30 2014 Michal Simon <michal.simon at cern.ch> - 3.2.6-1
+* Fri Aug 15 2014 Michal Simon <michal.simon at cern.ch> - 3.2.26-2
+  - Update for new upstream release
+
+* Mon Jun 30 2014 Michal Simon <michal.simon at cern.ch> - 3.2.26-1
 - First EPEL release
 
-* Tue May 13 2014 Michal Simon <michal.simon at cern.ch> - 3.2.5-1
+* Tue May 13 2014 Michal Simon <michal.simon at cern.ch> - 3.2.25-1
 - Marging fts-rest and python-fts
 
 * Mon Mar 10 2014 Alejandro Álvarez <aalvarez at cern.ch> - 3.2.0-1
diff --git a/sources b/sources
index 344b210..f56876f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9b2a5981aceb43ff73b20efd63006687  fts-rest-3.2.7.tar.gz
+79b544034a339a46f4f333e1daff6743  fts-rest-3.2.26.tar.gz


More information about the scm-commits mailing list