From 269dfc783923a19468d7479ce36a9571ed804c1d6e3166325eda17ee89235cc6 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Fri, 3 May 2024 18:51:16 +0000 Subject: [PATCH] Fix version condition for obsoletes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-mgmt-servermanager?expand=0&rev=14 --- python-azure-mgmt-servermanager.changes | 6 ++++++ python-azure-mgmt-servermanager.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-azure-mgmt-servermanager.changes b/python-azure-mgmt-servermanager.changes index f84d829..b053c8b 100644 --- a/python-azure-mgmt-servermanager.changes +++ b/python-azure-mgmt-servermanager.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri May 3 16:42:40 UTC 2024 - Robert Schweikert + +- Change version setting of Obsoletes to <= to trigger python3 + binary removal since there was no source version bump + ------------------------------------------------------------------- Thu Apr 4 13:04:02 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-azure-mgmt-servermanager.spec b/python-azure-mgmt-servermanager.spec index 9e1263e..2219305 100644 --- a/python-azure-mgmt-servermanager.spec +++ b/python-azure-mgmt-servermanager.spec @@ -40,7 +40,7 @@ Requires: (python-azure-common >= 1.1 with python-azure-common < 2.0.0) Requires: (python-msrestazure >= 0.4.27 with python-msrestazure < 2.0.0) Conflicts: python-azure-sdk <= 2.0.0 %if 0%{?sle_version} >= 150400 -Obsoletes: python3-azure-mgmt-servermanager < 2.0.0 +Obsoletes: python3-azure-mgmt-servermanager <= 2.0.0 %endif BuildArch: noarch