From 8f86cfe6965df6b9b6e3c6f9d60a95ee412ba3b3 Mon Sep 17 00:00:00 2001 From: Patrik Kopkan Date: Apr 23 2019 12:52:08 +0000 Subject: add symlink for python3.Xm manpages --- diff --git a/python3.spec b/python3.spec index d7e4d7d..5834635 100644 --- a/python3.spec +++ b/python3.spec @@ -17,7 +17,7 @@ URL: https://www.python.org/ #global prerel ... %global upstream_version %{general_version}%{?prerel} Version: %{general_version}%{?prerel:~%{prerel}} -Release: 1%{?dist} +Release: 2%{?dist} License: Python @@ -901,6 +901,9 @@ ln -s \ # See https://bugzilla.redhat.com/show_bug.cgi?id=1111275 mv %{buildroot}%{_bindir}/2to3-%{pybasever} %{buildroot}%{_bindir}/2to3 +# make man python3.Xm work https://bugzilla.redhat.com/show_bug.cgi?id=1612241 +ln -s ./python%{pybasever}.1 %{buildroot}%{_mandir}/man1/python%{pybasever}m.1 + %if %{with flatpackage} # Remove stuff that would conflict with python3 package rm %{buildroot}%{_bindir}/python3 @@ -1491,6 +1494,9 @@ CheckPython optimized # ====================================================== %changelog +* Wed Apr 17 2019 Patrik Kopkan - 3.7.3-2 +- Makes man python3.7m show python3.7 man pages (#1612241) + * Wed Mar 27 2019 Miro HronĨok - 3.7.3-1 - Update to 3.7.3