diff --git a/python38.changes b/python38.changes index a61d368..06f27ae 100644 --- a/python38.changes +++ b/python38.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 15 10:05:28 UTC 2020 - Callum Farmer + +- Minor spec file fixes + ------------------------------------------------------------------- Wed Jul 15 09:10:42 UTC 2020 - Tomáš Chvátal diff --git a/python38.spec b/python38.spec index f68e29e..40e5d72 100644 --- a/python38.spec +++ b/python38.spec @@ -194,9 +194,9 @@ 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} +Provides: python3 = %{python_version} %endif %endif