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