1
0

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

- Update Azure CLI utilities to latest upstream version.

OBS-URL: https://build.opensuse.org/request/show/599979
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/azure-cli-nspkg?expand=0&rev=5
This commit is contained in:
Robert Schweikert 2018-04-23 13:12:07 +00:00 committed by Git OBS Bridge
parent a4441e0c7f
commit c8e662901c
3 changed files with 17 additions and 4 deletions

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Apr 20 13:05:27 UTC 2018 - adrian.glaubitz@suse.com
- New upstream release
+ Version 3.0.2
- Move LICENSE.txt from %doc to %license section
-------------------------------------------------------------------
Wed Sep 27 12:00:30 UTC 2017 - adrian.glaubitz@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package azure-cli-nspkg
#
# 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-nspkg
Version: 3.0.1
Version: 3.0.2
Release: 0
Summary: Microsoft Azure CLI Namespace Package
License: MIT
@ -24,10 +25,10 @@ Group: System/Management
Url: https://github.com/Azure/azure-cli
Source: https://files.pythonhosted.org/packages/source/a/azure-cli-nspkg/azure-cli-nspkg-%{version}.tar.gz
Source1: LICENSE.txt
BuildRequires: python3-azure-nspkg
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: unzip
BuildRequires: python3-azure-nspkg
Requires: python3-azure-nspkg
Conflicts: azure-cli < 2.0.0
@ -54,7 +55,9 @@ python3 setup.py install --root=%{buildroot} --prefix=%{_prefix} --install-lib=%
%files
%defattr(-,root,root,-)
%doc LICENSE.txt README.rst
%doc README.rst
%license LICENSE.txt
%{python3_sitelib}/azure/cli
%{python3_sitelib}/azure_cli_nspkg-*.egg-info
%changelog