diff --git a/azure-cli-nspkg-3.0.2.tar.gz b/azure-cli-nspkg-3.0.2.tar.gz new file mode 100644 index 0000000..a02a47e --- /dev/null +++ b/azure-cli-nspkg-3.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9129ef25718b582d086a63bc69095bbe25eaebd1c45415d55105dbad21f8c73 +size 1856 diff --git a/azure-cli-nspkg.changes b/azure-cli-nspkg.changes index 79eb7f2..a3e8722 100644 --- a/azure-cli-nspkg.changes +++ b/azure-cli-nspkg.changes @@ -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 diff --git a/azure-cli-nspkg.spec b/azure-cli-nspkg.spec index c291c85..8a5481e 100644 --- a/azure-cli-nspkg.spec +++ b/azure-cli-nspkg.spec @@ -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