forked from pool/azure-cli-core
Accepting request 990671 from Cloud:Tools
OBS-URL: https://build.opensuse.org/request/show/990671 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/azure-cli-core?expand=0&rev=41
This commit is contained in:
commit
7c363a5ab1
0
acc_update-argcomplete.patch
Normal file
0
acc_update-argcomplete.patch
Normal 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>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user