From 5e3a9de2be7df6dbf45e9111f50a3a8413cfd0d0 Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Wed, 8 Sep 2021 16:15:13 -0500 Subject: [PATCH] Move obsoletes into subpackage --- python-azure-sdk-tools.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python-azure-sdk-tools.spec b/python-azure-sdk-tools.spec index c41f4d1..da94f67 100644 --- a/python-azure-sdk-tools.spec +++ b/python-azure-sdk-tools.spec @@ -7,7 +7,7 @@ Name: python-%{srcname} Version: %{short_version}~git.2.%{shortcommit} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Specific tools for Azure SDK for Python testing License: MIT and ASL 2.0 URL: https://github.com/Azure/azure-sdk-for-python/ @@ -24,7 +24,6 @@ Patch0: python-azure-sdk-tools-requirements-fix.patch BuildArch: noarch -Obsoletes: python-azure-sdk < 5.0.1 BuildRequires: python3-devel BuildRequires: python3-pip @@ -41,7 +40,7 @@ Specific tools for Azure SDK for Python testing} %package -n python3-%{srcname} Summary: %{summary} - +Obsoletes: python3-azure-sdk < 5.0.1 %description -n python3-%{srcname} %{_description} @@ -73,6 +72,9 @@ rm -f %{buildroot}/%{_bindir}/{auto_codegen,auto_package,generate_package,genera %license LICENSE.txt %changelog +* Wed Sep 08 2021 Major Hayden - 0.0.0~git.2.a5a4ef4-2 +- Move obsoletes into subpackage + * Wed Aug 11 2021 Major Hayden - 0.0.0~git.2.a5a4ef4 - Update to latest git checkout from 2021-08-11 - Reduce SRPM file size