diff --git python-repoze-what-plugins-sql/python-repoze-what-plugins-sql.spec python-repoze-what-plugins-sql/python-repoze-what-plugins-sql.spec.tmp index 72919c7bf3..cac65c4a57 100644 --- python-repoze-what-plugins-sql/python-repoze-what-plugins-sql.spec +++ python-repoze-what-plugins-sql/python-repoze-what-plugins-sql.spec.tmp @@ -2,7 +2,7 @@ Name: python-repoze-what-plugins-sql Version: 1.0.1 -Release: 13%{?dist} +Release: 14%{?dist} Summary: The repoze.what SQL plugin Group: Development/Languages @@ -18,21 +18,28 @@ BuildRequires: python-nose python-coverage BuildRequires: python-repoze-what BuildRequires: python-sqlalchemy >= 0.5 +%global _description\ +This is an adapters and extras plugin for repoze.what.\ +\ +The SQL plugin makes repoze.what support sources defined in SQLAlchemy-managed\ +databases by providing one group adapter, one permission adapter and one\ +utility to configure both in one go (optionally, when the group source and the\ +permission source have a relationship).\ +\ +This plugin also defines repoze.what.plugins.quickstart.\ + + +%description %_description + +%package -n python2-repoze-what-plugins-sql +Summary: %summary Requires: python-repoze-what >= 1.0.3 Requires: python-sqlalchemy >= 0.5 Requires: python-zope-interface Requires: python-repoze-who-plugins-sa +%{?python_provide:%python_provide python2-repoze-what-plugins-sql} -%description -This is an adapters and extras plugin for repoze.what. - -The SQL plugin makes repoze.what support sources defined in SQLAlchemy-managed -databases by providing one group adapter, one permission adapter and one -utility to configure both in one go (optionally, when the group source and the -permission source have a relationship). - -This plugin also defines repoze.what.plugins.quickstart. - +%description -n python2-repoze-what-plugins-sql %_description %prep %setup -q -n repoze.what.plugins.sql-%{version} @@ -55,13 +62,17 @@ rm -rf $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT -%files +%files -n python2-repoze-what-plugins-sql %defattr(-,root,root,-) %doc README.txt %{python_sitelib}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.0.1-14 +- Python 2 binary package renamed to python2-repoze-what-plugins-sql + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.0.1-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild