- 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:
parent
14fd7c5fdb
commit
96cfd3be7f
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user