- 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
This commit is contained in:
Dirk Mueller 2023-11-20 12:09:40 +00:00 committed by Git OBS Bridge
parent 14fd7c5fdb
commit 96cfd3be7f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 20 12:09:27 UTC 2023 - Dirk Müller <dmueller@suse.com>
- avoid obsoletes on provides as we now had a version update
-------------------------------------------------------------------
Fri Nov 10 13:13:54 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

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