From 05314861fb2c024a2e61e8a832fd248629c98b91 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Oct 31 2017 13:46:18 +0000 Subject: Provide the /usr/libexec/platform-python symlink --- diff --git a/python3.spec b/python3.spec index 55aeac4..f583cd6 100644 --- a/python3.spec +++ b/python3.spec @@ -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 - 3.6.3-3 +- Provide the /usr/libexec/platform-python symlink +- Obsolete platform-python + * Mon Oct 09 2017 Charalampos Stratakis - 3.6.3-2 - Fix memory corruption due to allocator mix Resolves: rhbz#1498207