diff --git a/python38.changes b/python38.changes index a35b1bd..d307400 100644 --- a/python38.changes +++ b/python38.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri May 21 15:13:59 UTC 2021 - Matej Cepl + +- Stop providing "python" symbol (bsc#1185588), which means + python2 currently. + ------------------------------------------------------------------- Wed May 5 15:29:30 UTC 2021 - Matej Cepl diff --git a/python38.spec b/python38.spec index d23968e..b3451e8 100644 --- a/python38.spec +++ b/python38.spec @@ -1,5 +1,5 @@ # -# spec file for package python38-core +# spec file # # Copyright (c) 2021 SUSE LLC # @@ -196,7 +196,6 @@ 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} %if %{primary_interpreter} Provides: python3 = %{python_version} %endif