Python 2 binary package renamed to python2-subversion

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-12-17 12:47:13 -05:00
parent cf4f0b2340
commit 8fefc4d3ae
1 changed files with 13 additions and 4 deletions

View File

@ -25,7 +25,7 @@
Summary: A Modern Concurrent Version Control System
Name: subversion
Version: 1.9.7
Release: 1%{?dist}
Release: 2%{?dist}
License: ASL 2.0
Group: Development/Tools
URL: https://subversion.apache.org/
@ -83,11 +83,16 @@ 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 = %{version}-%{release}
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 +433,7 @@ make check-javahl
%endif
%exclude %{_libdir}/libsvn_auth_gnome*
%files python
%files -n python2-subversion
%{python_sitearch}/svn
%{python_sitearch}/libsvn
@ -471,6 +476,10 @@ make check-javahl
%endif
%changelog
* Sun Dec 17 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.9.7-2
- Python 2 binary package renamed to python2-subversion
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
* Fri Aug 11 2017 Joe Orton <jorton@redhat.com> - 1.9.7-1
- update to 1.9.7 (CVE-2017-9800, #1480402)
- add Documentation= to svnserve.service