Fix version condition for obsoletes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-servicemanagement-legacy?expand=0&rev=12
This commit is contained in:
parent
a342c3d959
commit
8e6e8655aa
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 3 16:42:40 UTC 2024 - Robert Schweikert <rjschwei@suse.com>
|
||||
|
||||
- Change version setting of Obsoletes to <= to trigger python3
|
||||
binary removal since there was no source version bump
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 4 13:07:40 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -38,7 +38,7 @@ Requires: python-azure-nspkg >= 3.0.0
|
||||
Requires: python-requests
|
||||
Conflicts: python-azure-sdk <= 2.0.0
|
||||
%if 0%{?sle_version} >= 150400
|
||||
Obsoletes: python3-azure-servicemanagement-legacy < 0.20.7
|
||||
Obsoletes: python3-azure-servicemanagement-legacy <= 0.20.7
|
||||
%endif
|
||||
BuildArch: noarch
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user