From f822638d7a0a82ff15cb808ed185262a3eb4455bece2ed555e7f923226efc2ee Mon Sep 17 00:00:00 2001
From: Robert Schweikert <rjschwei@suse.com>
Date: Fri, 9 Feb 2018 19:15:47 +0000
Subject: [PATCH] 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
---
 azure-cli-2.0.18.tar.gz |  3 ---
 azure-cli-2.0.26.tar.gz |  3 +++
 azure-cli.changes       | 10 ++++++++++
 azure-cli.spec          | 22 +++++++++++++---------
 4 files changed, 26 insertions(+), 12 deletions(-)
 delete mode 100644 azure-cli-2.0.18.tar.gz
 create mode 100644 azure-cli-2.0.26.tar.gz

diff --git a/azure-cli-2.0.18.tar.gz b/azure-cli-2.0.18.tar.gz
deleted file mode 100644
index a9b8032..0000000
--- a/azure-cli-2.0.18.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:c9a627f877efa21f9e907d852fa5e699ef88b960c6d34cb64ff72c1962250233
-size 7463
diff --git a/azure-cli-2.0.26.tar.gz b/azure-cli-2.0.26.tar.gz
new file mode 100644
index 0000000..748a822
--- /dev/null
+++ b/azure-cli-2.0.26.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:69c045b0f575be9688cc1b4d5b145453ec46a36810e961e072f431bdb5092aa5
+size 6967
diff --git a/azure-cli.changes b/azure-cli.changes
index 7596211..2ec3d81 100644
--- a/azure-cli.changes
+++ b/azure-cli.changes
@@ -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
 
diff --git a/azure-cli.spec b/azure-cli.spec
index f672c83..fd1c7dc 100644
--- a/azure-cli.spec
+++ b/azure-cli.spec
@@ -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