Accepting request 574555 from home:glaubitz:branches:Cloud:Tools

- Update to latest version of Azure CLI

OBS-URL: https://build.opensuse.org/request/show/574555
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/azure-cli?expand=0&rev=5
This commit is contained in:
Robert Schweikert 2018-02-09 19:15:47 +00:00 committed by Git OBS Bridge
parent a531e6f588
commit f822638d7a
4 changed files with 26 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c9a627f877efa21f9e907d852fa5e699ef88b960c6d34cb64ff72c1962250233
size 7463

3
azure-cli-2.0.26.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:69c045b0f575be9688cc1b4d5b145453ec46a36810e961e072f431bdb5092aa5
size 6967

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Feb 8 15:32:59 UTC 2018 - adrian.glaubitz@suse.com
- New upstream release
+ Version 2.0.26
+ For detailed information about changes see the
HISTORY.rst file provided with this package
- Install HISTORY.rst into doc directory
- Update Requires from setup.py
-------------------------------------------------------------------
Wed Sep 27 12:07:38 UTC 2017 - adrian.glaubitz@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package azure-cli
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -15,8 +15,9 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: azure-cli
Version: 2.0.18
Version: 2.0.26
Release: 0
Summary: Microsoft Azure CLI 2.0
License: MIT
@ -25,25 +26,25 @@ Url: https://github.com/Azure/azure-cli
Source: https://files.pythonhosted.org/packages/source/a/azure-cli/azure-cli-%{version}.tar.gz
Source1: LICENSE.txt
Patch1: ac_use-python3-by-default.patch
BuildRequires: azure-cli-nspkg
BuildRequires: python3-azure-nspkg
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: unzip
BuildRequires: azure-cli-nspkg
BuildRequires: python3-azure-nspkg
Requires: python3-azure-nspkg
Requires: azure-cli-acr
Requires: azure-cli-acs
Requires: azure-cli-advisor
Requires: azure-cli-appservice
Requires: azure-cli-batch
Requires: azure-cli-backup
Requires: azure-cli-batch
Requires: azure-cli-batchai
Requires: azure-cli-billing
Requires: azure-cli-cdn
Requires: azure-cli-cloud
Requires: azure-cli-cognitiveservices
Requires: azure-cli-component
Requires: azure-cli-container
Requires: azure-cli-configure
Requires: azure-cli-consumption
Requires: azure-cli-container
Requires: azure-cli-core
Requires: azure-cli-cosmosdb
Requires: azure-cli-dla
@ -62,11 +63,13 @@ Requires: azure-cli-nspkg
Requires: azure-cli-profile
Requires: azure-cli-rdbms
Requires: azure-cli-redis
Requires: azure-cli-reservations
Requires: azure-cli-resource
Requires: azure-cli-role
Requires: azure-cli-sql
Requires: azure-cli-storage
Requires: azure-cli-vm
Requires: python3-azure-nspkg
Conflicts: azure-cli < 2.0.0
BuildArch: noarch
@ -92,11 +95,12 @@ rm -rf %{buildroot}%{python3_sitelib}/azure/__pycache__
%files
%defattr(-,root,root,-)
%doc LICENSE.txt README.rst
%doc HISTORY.rst LICENSE.txt README.rst
%{_bindir}/az
%config /etc/bash_completion.d/az.completion.sh
%exclude /usr/bin/az.bat
%exclude /usr/bin/az.completion.sh
%{python3_sitelib}/azure/cli
%{python3_sitelib}/azure_cli-*.egg-info
%changelog