diff --git python-repoze-tm2/python-repoze-tm2.spec python-repoze-tm2/python-repoze-tm2.spec.tmp index 21265fb286..f3cd864323 100644 --- python-repoze-tm2/python-repoze-tm2.spec +++ python-repoze-tm2/python-repoze-tm2.spec.tmp @@ -8,7 +8,7 @@ Name: python-repoze-tm2 Version: 2.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Zope-like transaction manager via WSGI middleware Group: Development/Languages @@ -26,14 +26,21 @@ BuildRequires: python3-nose BuildRequires: python3-transaction %endif +%global _description\ +The ZODB transaction manager is a completely generic transaction manager. It\ +can be used independently of the actual "object database" part of ZODB. One\ +of the purposes of creating repoze.tm was to allow for systems other than\ +Zope to make use of two-phase commit transactions in a WSGI context. + +%description %_description + +%package -n python2-repoze-tm2 +Summary: %summary Requires: python-transaction Provides: python2-repoze-tm2 +%{?python_provide:%python_provide python2-repoze-tm2} -%description -The ZODB transaction manager is a completely generic transaction manager. It -can be used independently of the actual "object database" part of ZODB. One -of the purposes of creating repoze.tm was to allow for systems other than -Zope to make use of two-phase commit transactions in a WSGI context. +%description -n python2-repoze-tm2 %_description %if 0%{?with_python3} %package -n python3-repoze-tm2 @@ -94,7 +101,7 @@ popd rm -rf $RPM_BUILD_ROOT -%files +%files -n python2-repoze-tm2 %defattr(-,root,root,-) %{!?_licensedir:%global license %%doc} %license LICENSE.txt @@ -110,6 +117,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 2.0-8 +- Python 2 binary package renamed to python2-repoze-tm2 + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 2.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild