From 910c55d10cad6040d51ed88f767cd27405f688fd98c5ff166d9e358ebbee6c5b Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 9 Feb 2021 09:51:49 +0000 Subject: [PATCH] - Add Obsoletes for python3-base when primary interpreter is set to properly replace it during upgrades. (bsc#1181324) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python39?expand=0&rev=51 --- python39.changes | 5 +++++ python39.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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}