diff --git fts-rest/fts-rest.spec fts-rest/fts-rest.spec.tmp index 6fc1bd94d6..529f48cd61 100644 --- fts-rest/fts-rest.spec +++ fts-rest/fts-rest.spec.tmp @@ -5,7 +5,7 @@ Name: fts-rest Version: 3.6.3 -Release: 2%{?dist} +Release: 3%{?dist} BuildArch: noarch Summary: FTS3 Rest Interface Group: System Environment/Daemon @@ -47,19 +47,28 @@ BuildRequires: python-slimit BuildRequires: pandoc BuildRequires: python-dirq -Requires: gridsite%{?_isa} >= 1.7 -Requires: httpd%{?_isa} -Requires: mod_wsgi -Requires: python-dirq -Requires: python-fts = %{version}-%{release} -Requires: python-paste-deploy -Requires: python-pylons -Requires: python-simplejson%{?_isa} -Requires: gfal2-python%{?_isa} +%global _description\ +This package provides the FTS3 REST interface + +%description %_description + +%package -n python2-fts +Summary: %summary Requires: python-requests +Requires: gfal2-python%{?_isa} +Requires: python-simplejson%{?_isa} +Requires: python-pylons +Requires: python-paste-deploy +Requires: python-fts = %{version}-%{release} +Requires: python-dirq +Requires: mod_wsgi +Requires: httpd%{?_isa} +Requires: gridsite%{?_isa} >= 1.7 +%{?python_provide:%python_provide python2-fts} +# Remove before F30 +Provides: fts-rest = %{version}-%{release} -%description -This package provides the FTS3 REST interface +%description -n python2-fts %_description %package cloud-storage Summary: FTS3 Rest Cloud Storage extensions @@ -203,7 +212,7 @@ Author-email: fts-devel@cern.ch License: Apache2 EOF -%files +%files -n python2-fts %dir %{python_sitelib}/fts3rest/ %{python_sitelib}/fts3rest.egg-info/* @@ -297,6 +306,10 @@ EOF %doc LICENSE %changelog +* Tue Aug 08 2017 Zbigniew Jędrzejewski-Szmek - 3.6.3-3 +- Python 2 binary package renamed to python2-fts-rest + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Wed Jul 26 2017 Fedora Release Engineering - 3.6.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild