From 1d1d0fcf4b7dc97c327d5872f15a00dea0207caa24b0ee07c5a3546e4dd21970 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Fri, 3 May 2024 18:55:12 +0000 Subject: [PATCH] Fix version condition for obsoletes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-mgmt-edgegateway?expand=0&rev=7 --- python-azure-mgmt-edgegateway.changes | 6 ++++++ python-azure-mgmt-edgegateway.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-azure-mgmt-edgegateway.changes b/python-azure-mgmt-edgegateway.changes index fc2b4b2..f8856e0 100644 --- a/python-azure-mgmt-edgegateway.changes +++ b/python-azure-mgmt-edgegateway.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 12:57:42 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-azure-mgmt-edgegateway.spec b/python-azure-mgmt-edgegateway.spec index 0c62652..d23ef76 100644 --- a/python-azure-mgmt-edgegateway.spec +++ b/python-azure-mgmt-edgegateway.spec @@ -41,7 +41,7 @@ Requires: (python-azure-common >= 1.1 with python-azure-common < 2.0.0) Requires: (python-msrestazure >= 0.4.32 with python-msrestazure < 2.0.0) Conflicts: python-azure-sdk <= 2.0.0 %if 0%{?sle_version} >= 150400 -Obsoletes: python3-azure-mgmt-edgegateway < 0.1.0 +Obsoletes: python3-azure-mgmt-edgegateway <= 0.1.0 %endif BuildArch: noarch