Move obsoletes into subpackage
This commit is contained in:
parent
3663f0e7c5
commit
ca06efdf36
1 changed files with 5 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Name: python-%{srcname}
|
||||
Version: 2.0.0
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Microsoft Azure Consumption Client Library for Python
|
||||
License: MIT
|
||||
URL: https://pypi.org/project/%{srcname}/
|
||||
|
|
@ -13,7 +13,6 @@ Epoch: 1
|
|||
|
||||
BuildArch: noarch
|
||||
|
||||
Obsoletes: python-azure-sdk < 5.0.1
|
||||
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: pyproject-rpm-macros
|
||||
|
|
@ -27,7 +26,7 @@ Microsoft Azure Consumption Client Library for Python}
|
|||
|
||||
%package -n python3-%{srcname}
|
||||
Summary: %{summary}
|
||||
|
||||
Obsoletes: python3-azure-sdk < 5.0.1
|
||||
%description -n python3-%{srcname} %{_description}
|
||||
|
||||
|
||||
|
|
@ -62,6 +61,9 @@ rm -rf %{buildroot}%{python3_sitelib}/azure/mgmt/{__init__.py,__pycache__}
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 08 2021 Major Hayden <major@mhtx.net> - 1:2.0.0-4
|
||||
- Move obsoletes into subpackage
|
||||
|
||||
* Mon Jul 26 2021 Major Hayden <major@mhtx.net> - 1:2.0.0-3
|
||||
- Remove conflicting namespace package files
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue