Move obsoletes into subpackage

This commit is contained in:
Major Hayden 2021-09-08 15:42:20 -05:00
commit c316e4595f
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.3.%{shortcommit}
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Microsoft Azure Development Tools for SDK
License: MIT and ASL 2.0
URL: https://github.com/Azure/azure-sdk-for-python/
@ -23,7 +23,7 @@ Patch0: python-azure-devtools-requirements-fix.patch
BuildArch: noarch
Obsoletes: python-azure-sdk < 5.0.1
Obsoletes: python3-azure-sdk < 5.0.1
BuildRequires: python3-devel
BuildRequires: python3-pip
@ -71,6 +71,9 @@ rm -f %{buildroot}%{_bindir}/{perfstress,systemperf}
%changelog
* Wed Sep 08 2021 Major Hayden <major@mhtx.net> - 1.2.1~git.3.a5a4ef4-2
- Move obsoletes into subpackage
* Tue Aug 03 2021 Major Hayden <major@mhtx.net> - 1.2.1~git.3.a5a4ef4
- Updated to latest commit on 2021-08-11
- Generate a source tarball using a script to shrink size of source RPM