Provide the /usr/libexec/platform-python symlink

This commit is contained in:
Petr Viktorin 2017-10-31 14:46:18 +01:00
parent a8c86d3aed
commit 05314861fb
1 changed files with 7 additions and 1 deletions

View File

@ -14,7 +14,7 @@ URL: https://www.python.org/
# WARNING When rebasing to a new Python version,
# remember to update the python3-docs package as well
Version: %{pybasever}.3
Release: 2%{?dist}
Release: 3%{?dist}
License: Python
@ -413,6 +413,8 @@ Provides: system-python(abi) = %{pybasever}
Provides: system-python = %{version}-%{release}
Provides: system-python%{?_isa} = %{version}-%{release}
Obsoletes: system-python < %{version}-%{release}
Obsoletes: platform-python < 3.6.2-13
Obsoletes: platform-python%{isa} < 3.6.2-13
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
@ -1538,6 +1540,10 @@ fi
# ======================================================
%changelog
* Tue Oct 31 2017 Petr Viktorin <pviktori@redhat.com> - 3.6.3-3
- Provide the /usr/libexec/platform-python symlink
- Obsolete platform-python
* Mon Oct 09 2017 Charalampos Stratakis <cstratak@redhat.com> - 3.6.3-2
- Fix memory corruption due to allocator mix
Resolves: rhbz#1498207