Move obsoletes into subpackage

This commit is contained in:
Major Hayden 2021-09-08 16:15:13 -05:00
commit 5e3a9de2be
No known key found for this signature in database
GPG key ID: 737051E0C1011FB1

View file

@ -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 <major@mhtx.net> - 0.0.0~git.2.a5a4ef4-2
- Move obsoletes into subpackage
* Wed Aug 11 2021 Major Hayden <major@mhtx.net> - 0.0.0~git.2.a5a4ef4
- Update to latest git checkout from 2021-08-11
- Reduce SRPM file size