1
0
Richard Brown 2022-07-22 17:21:31 +00:00 committed by Git OBS Bridge
commit 7c363a5ab1
3 changed files with 11 additions and 2 deletions

View File

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Jul 21 08:41:45 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Add patch to update argcomplete dependency
+ acc_update-argcomplete.patch
- Update Requires from setup.py
-------------------------------------------------------------------
Tue Jul 5 07:58:43 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -26,6 +26,7 @@ URL: https://github.com/Azure/azure-cli
Source: https://files.pythonhosted.org/packages/source/a/azure-cli-core/azure-cli-core-%{version}.tar.gz
Source1: LICENSE.txt
Patch0: acc_disable-update-check.patch
Patch1: acc_update-argcomplete.patch
BuildRequires: azure-cli-nspkg
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@ -34,8 +35,8 @@ BuildRequires: python3-setuptools
Requires: azure-cli-nspkg
Requires: azure-cli-telemetry >= 1.0.6
Requires: python3-PyJWT >= 2.1.0
Requires: python3-argcomplete < 2.0
Requires: python3-argcomplete >= 1.8
Requires: python3-argcomplete < 3.0
Requires: python3-argcomplete >= 2.0
Requires: python3-azure-mgmt-core < 2.0.0
Requires: python3-azure-mgmt-core >= 1.2.0
Requires: python3-azure-nspkg >= 3.0.0
@ -76,6 +77,7 @@ Microsoft Azure CLI Core Module
%prep
%setup -q -n azure-cli-core-%{version}
%patch0 -p1
%patch1 -p1
%build
install -m 644 %{SOURCE1} %{_builddir}/azure-cli-core-%{version}