diff --git subversion/subversion.spec subversion/subversion.spec.tmp index a53bd05580..aa3031b30e 100644 --- subversion/subversion.spec +++ subversion/subversion.spec.tmp @@ -25,7 +25,7 @@ Summary: A Modern Concurrent Version Control System Name: subversion Version: 1.9.6 -Release: 4%{?dist} +Release: 5%{?dist} License: ASL 2.0 Group: Development/Tools URL: http://subversion.apache.org/ @@ -83,11 +83,15 @@ Conflicts: libserf%{?_isa} < 1.3.0 The subversion-libs package includes the essential shared libraries used by the Subversion version control tools. -%package python +%package -n python2-subversion +%{?python_provide:%python_provide python2-subversion} +# Remove before F30 +Provides: %{name}-python%{?_isa} = %{version}-%{release} +Obsoletes: %{name}-python < %{version}-%{release} Group: Development/Libraries Summary: Python bindings for Subversion Version Control system -%description python +%description -n python2-subversion The subversion-python package includes the Python bindings to the Subversion libraries. @@ -428,7 +432,7 @@ make check-javahl %endif %exclude %{_libdir}/libsvn_auth_gnome* -%files python +%files -n python2-subversion %{python_sitearch}/svn %{python_sitearch}/libsvn @@ -471,6 +475,10 @@ make check-javahl %endif %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.9.6-5 +- Python 2 binary package renamed to python2-subversion + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 1.9.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild