- 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
This commit is contained in:
Steve Kowalik 2021-02-09 09:51:49 +00:00 committed by Git OBS Bridge
parent e410e3892b
commit 910c55d10c
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Tue Feb 9 01:37:59 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- 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 <mcepl@suse.com>

View File

@ -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}