Move obsoletes into subpackage
This commit is contained in:
parent
c316e4595f
commit
9ae9b77a56
1 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue