From 96cfd3be7f199e3a314db4cb099b50fb6c335b2c967c3ce3d3c3a058d21893b2 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 20 Nov 2023 12:09:40 +0000 Subject: [PATCH] - avoid obsoletes on provides as we now had a version update OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=186 --- python-Cython.changes | 5 +++++ python-Cython.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-Cython.changes b/python-Cython.changes index fe26634..e5377ae 100644 --- a/python-Cython.changes +++ b/python-Cython.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 20 12:09:27 UTC 2023 - Dirk Müller + +- avoid obsoletes on provides as we now had a version update + ------------------------------------------------------------------- Fri Nov 10 13:13:54 UTC 2023 - Dirk Müller diff --git a/python-Cython.spec b/python-Cython.spec index fefa883..fe47ea9 100644 --- a/python-Cython.spec +++ b/python-Cython.spec @@ -38,7 +38,7 @@ Requires(post): update-alternatives Requires(postun):update-alternatives Conflicts: python-Cython < 3 Provides: python-Cython3 = %{version} -Obsoletes: python-Cython3 <= %{version} +Obsoletes: python-Cython3 < %{version} %python_subpackages %description