From 04fef6f95519252cfadb25dd0b30bd7a73856379 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Tue, 31 Oct 2017 16:35:15 +0100 Subject: [PATCH] Really provide the /usr/libexec/platform-python symlink --- python3.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/python3.spec b/python3.spec index f583cd6..0923378 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: 3%{?dist} +Release: 4%{?dist} License: Python @@ -988,6 +988,9 @@ ln -s \ mkdir -p %{buildroot}%{_libexecdir} ln -s %{_bindir}/python%{pybasever} %{buildroot}%{_libexecdir}/system-python +# Platform Python: Link the executable to libexec +ln -s %{_bindir}/python%{pybasever} %{buildroot}%{_libexecdir}/platform-python + # ====================================================== # Checks for packaging issues @@ -1113,6 +1116,7 @@ fi %{_bindir}/pyvenv %{_bindir}/pyvenv-%{pybasever} %{_mandir}/*/* +%{_libexecdir}/platform-python # Remove in Fedora 29: %{_libexecdir}/system-python @@ -1540,6 +1544,9 @@ fi # ====================================================== %changelog +* Tue Oct 31 2017 Petr Viktorin - 3.6.3-4 +- Really provide the /usr/libexec/platform-python symlink + * Tue Oct 31 2017 Petr Viktorin - 3.6.3-3 - Provide the /usr/libexec/platform-python symlink - Obsolete platform-python