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