From 0b846a39546e0c75459181f837e52cd6a69ae3d2cc9f118dcab9fdb1833420e2 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Fri, 3 May 2024 18:44:17 +0000 Subject: [PATCH] Fix version condition for obsoletes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-adal?expand=0&rev=22 --- python-adal.changes | 6 ++++++ python-adal.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-adal.changes b/python-adal.changes index 56af3fb..1ec399d 100644 --- a/python-adal.changes +++ b/python-adal.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:46:57 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-adal.spec b/python-adal.spec index 4b3c2f0..187de4a 100644 --- a/python-adal.spec +++ b/python-adal.spec @@ -37,7 +37,7 @@ Requires: python-cryptography >= 1.1.0 Requires: python-python-dateutil >= 2.1.0 Requires: python-requests >= 2.0.0 %if 0%{?sle_version} >= 150400 -Obsoletes: python3-adal < 1.2.7 +Obsoletes: python3-adal <= 1.2.7 %endif BuildArch: noarch