diff --git a/python39.changes b/python39.changes index 99faf20..20d2403 100644 --- a/python39.changes +++ b/python39.changes @@ -1,3 +1,8 @@ +Tue Feb 9 01:37:59 UTC 2021 - Steve Kowalik + +- Add Obsoletes for python3-base when primary interpreter is set to + properly replace it during upgrades. (bsc#1181324) + ------------------------------------------------------------------- Mon Feb 8 22:02:03 UTC 2021 - Matej Cepl diff --git a/python39.spec b/python39.spec index b6b8155..f085294 100644 --- a/python39.spec +++ b/python39.spec @@ -1,5 +1,5 @@ # -# spec file for package python39-core +# spec file for package python39 # # Copyright (c) 2021 SUSE LLC # @@ -297,8 +297,9 @@ Provides: %{python_pkg_name}-typing = %{version} Provides: %{python_pkg_name}-xml = %{version} %if %{primary_interpreter} Provides: python3-asyncio = %{version} -Provides: python3-base = %{version} Obsoletes: python3-asyncio < %{version} +Provides: python3-base = %{version} +Obsoletes: python3-base < %{version} Provides: python3-typing = %{version} Obsoletes: python3-typing < %{version} Provides: python3-xml = %{version}