diff --git a/fts-rest.spec b/fts-rest.spec index ac9aeb03e5..c35c96bbc0 100644 --- a/fts-rest.spec +++ b/fts-rest.spec @@ -5,7 +5,7 @@ Name: fts-rest Version: 3.6.3 -Release: 3%{?dist} +Release: 4%{?dist} BuildArch: noarch Summary: FTS3 Rest Interface Group: System Environment/Daemon @@ -119,7 +119,8 @@ Requires: %{name} = %{version}-%{release} %description selinux SELinux support for fts-rest -%package -n python-fts +%package -n python2-fts +%{?python_provide:%python_provide python2-fts} Summary: FTS3 database model Group: Applications/Internet Requires: m2crypto @@ -130,7 +131,7 @@ Requires: python-sqlalchemy Requires: python-sqlalchemy0.8 %endif -%description -n python-fts +%description -n python2-fts This package provides an object model of the FTS3 database, using sqlalchemy ORM. @@ -301,12 +302,16 @@ EOF %files selinux -%files -n python-fts +%files -n python2-fts %{python_sitelib}/fts3 %{python_sitelib}/fts3.egg-info %doc LICENSE %changelog +* Sun Dec 17 2017 Zbigniew Jędrzejewski-Szmek +- Python 2 binary package renamed to python2-fts + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 3.6.3-3 - Python 2 binary package renamed to python2-fts-rest See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3