Move obsoletes into subpackage

This commit is contained in:
Major Hayden 2021-09-08 16:01:30 -05:00
commit 9ae9b77a56
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: 2%{?dist}
Release: 3%{?dist}
Summary: Microsoft Azure Development Tools for SDK
License: MIT and ASL 2.0
URL: https://github.com/Azure/azure-sdk-for-python/
@ -41,7 +41,7 @@ This package contains tools to aid in developing Python-based Azure code.}
%package -n python3-%{srcname}
Summary: %{summary}
Obsoletes: python3-azure-sdk < 5.0.1
%description -n python3-%{srcname} %{_description}
@ -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-3
- Move obsoletes into subpackage
* Wed Sep 08 2021 Major Hayden <major@mhtx.net> - 1.2.1~git.3.a5a4ef4-2
- Move obsoletes into subpackage