From 5ac62c361642daeec05328246682f55d7fd4db9ef72c11544e1744e270a3b48f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 15 Jul 2020 09:21:05 +0000 Subject: [PATCH] - Fix minor issues found in the staging. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python39?expand=0&rev=8 --- python39.changes | 5 +++++ python39.spec | 12 +++++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/python39.changes b/python39.changes index 296c23f..0b2daea 100644 --- a/python39.changes +++ b/python39.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 15 09:10:42 UTC 2020 - Tomáš Chvátal + +- Fix minor issues found in the staging. + ------------------------------------------------------------------- Wed Jul 15 06:13:33 UTC 2020 - Tomáš Chvátal diff --git a/python39.spec b/python39.spec index d300e29..e6f5551 100644 --- a/python39.spec +++ b/python39.spec @@ -182,7 +182,7 @@ Requires: %{python_pkg_name}-base = %{version} Recommends: %{python_pkg_name}-curses Recommends: %{python_pkg_name}-dbm Recommends: %{python_pkg_name}-pip -Provides: python = %{python_version} +Provides: python = %{python-version} %if %{primary_interpreter} Provides: python3 = %{python-version} %endif @@ -251,6 +251,9 @@ a debugger. %package -n %{python_pkg_name}-doc Summary: Package Documentation for Python 3 Enhances: %{python_pkg_name} = %{python_version} +%if %{primary_interpreter} +Provides: python3-doc = %{version} +%endif %description -n %{python_pkg_name}-doc Tutorial, Global Module Index, Language Reference, Library Reference, @@ -259,6 +262,9 @@ Python, and Macintosh Module Reference in HTML format. %package -n %{python_pkg_name}-doc-devhelp Summary: Additional Package Documentation for Python 3 in devhelp format +%if %{primary_interpreter} +Provides: python3-doc-devhelp = %{version} +%endif %description -n %{python_pkg_name}-doc-devhelp Tutorial, Global Module Index, Language Reference, Library Reference, @@ -316,7 +322,7 @@ Requires: %{python_pkg_name}-base = %{version} Provides: %{python_pkg_name}-demo = %{version} Provides: %{python_pkg_name}-2to3 = %{version} %if %{primary_interpreter} -Provides: pytohn3-tools = %{version} +Provides: python3-tools = %{version} Provides: python3-demo = %{version} Provides: python3-2to3 = %{version} Obsoletes: python3-demo < %{version} @@ -350,7 +356,7 @@ Summary: Unit tests for Python and its standard library Requires: %{python_pkg_name} = %{version} Requires: %{python_pkg_name}-tk = %{version} %if %{primary_interpreter} -Provides: pytohn3-testsuite = %{version} +Provides: python3-testsuite = %{version} %endif %description -n %{python_pkg_name}-testsuite