Dominique Leuenberger 2018-05-13 14:02:50 +00:00 committed by Git OBS Bridge
commit 3044aeab18
4 changed files with 17 additions and 7 deletions

View File

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

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 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 # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -15,8 +15,9 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: azure-cli-nspkg Name: azure-cli-nspkg
Version: 3.0.1 Version: 3.0.2
Release: 0 Release: 0
Summary: Microsoft Azure CLI Namespace Package Summary: Microsoft Azure CLI Namespace Package
License: MIT License: MIT
@ -24,10 +25,10 @@ Group: System/Management
Url: https://github.com/Azure/azure-cli Url: https://github.com/Azure/azure-cli
Source: https://files.pythonhosted.org/packages/source/a/azure-cli-nspkg/azure-cli-nspkg-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/a/azure-cli-nspkg/azure-cli-nspkg-%{version}.tar.gz
Source1: LICENSE.txt Source1: LICENSE.txt
BuildRequires: python3-azure-nspkg
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: unzip BuildRequires: unzip
BuildRequires: python3-azure-nspkg
Requires: python3-azure-nspkg Requires: python3-azure-nspkg
Conflicts: azure-cli < 2.0.0 Conflicts: azure-cli < 2.0.0
@ -54,7 +55,9 @@ python3 setup.py install --root=%{buildroot} --prefix=%{_prefix} --install-lib=%
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc LICENSE.txt README.rst %doc README.rst
%license LICENSE.txt
%{python3_sitelib}/azure/cli %{python3_sitelib}/azure/cli
%{python3_sitelib}/azure_cli_nspkg-*.egg-info %{python3_sitelib}/azure_cli_nspkg-*.egg-info
%changelog %changelog