diff --git pysvn/pysvn.spec pysvn/pysvn.spec.tmp index ecdbd72a8e..9915ae109b 100644 --- pysvn/pysvn.spec +++ pysvn/pysvn.spec.tmp @@ -4,7 +4,7 @@ Name: pysvn Version: 1.9.2 -Release: 6%{dist} +Release: 7%{dist} Summary: Pythonic style bindings for Subversion Group: Development/Languages License: ASL 1.1 @@ -19,9 +19,20 @@ BuildRequires: apr-devel BuildRequires: openssl-devel BuildRequires: python-pycxx-devel >= 6.2.8 -%description -Pythonic style bindings for Subversion +%global _description\ +Pythonic style bindings for Subversion\ + + +%description %_description +%package -n python2-pysvn +Summary: %summary +%{?python_provide:%python_provide python2-pysvn} +# Remove before F30 +Provides: pysvn%{?_isa} = %{version}-%{release} +Obsoletes: pysvn < %{version}-%{release} + +%description -n python2-pysvn %_description %if 0%{?with_python3} %package -n python3-pysvn @@ -93,7 +104,7 @@ popd %{__rm} -rf %{buildroot} -%files +%files -n python2-pysvn %defattr(-, root, root, -) %doc Docs/pysvn.html Docs/pysvn_prog_guide.html Docs/pysvn_prog_ref.html %doc Docs/pysvn_prog_ref.js @@ -111,6 +122,10 @@ popd %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.9.2-7 +- Python 2 binary package renamed to python2-pysvn + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 1.9.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild