From 88f53494f6aabf3a01d057f379e132b7b44550e5705db8b699471c57d01cc309 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Thu, 18 Apr 2019 01:03:02 +0000 Subject: [PATCH] Accepting request 694972 from home:glaubitz:branches:Cloud:Tools - Update Azure CLI to latest version OBS-URL: https://build.opensuse.org/request/show/694972 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/azure-cli-command-modules-nspkg?expand=0&rev=4 --- azure-cli-command-modules-nspkg-2.0.2.tar.gz | 3 +++ azure-cli-command-modules-nspkg.changes | 16 ++++++++++++++++ azure-cli-command-modules-nspkg.spec | 20 +++++++++++--------- 3 files changed, 30 insertions(+), 9 deletions(-) create mode 100644 azure-cli-command-modules-nspkg-2.0.2.tar.gz diff --git a/azure-cli-command-modules-nspkg-2.0.2.tar.gz b/azure-cli-command-modules-nspkg-2.0.2.tar.gz new file mode 100644 index 0000000..ec1767d --- /dev/null +++ b/azure-cli-command-modules-nspkg-2.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3f85eb636e403809734b1131423518348382208a2d28a08c272160a6cce9086 +size 1837 diff --git a/azure-cli-command-modules-nspkg.changes b/azure-cli-command-modules-nspkg.changes index 587cc9a..bf6da0d 100644 --- a/azure-cli-command-modules-nspkg.changes +++ b/azure-cli-command-modules-nspkg.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Apr 16 13:25:36 UTC 2019 - John Paul Adrian Glaubitz + +- New upstream release + + Version 2.0.2 + + For detailed information about changes see the + HISTORY.txt file provided with this package +- Bump minimum version for Python Azure SDK namespace + packages to 3.0.0 in BuildRequires and Requires +- Remove python3-devel package from BuildRequires +- Remove unzip package from BuildRequires +- Run fdupes to hardlink duplicate files + + Add fdupes to BuildRequires + + Add %fdupes invocation to %install +- Update Requires from setup.py + ------------------------------------------------------------------- Wed Sep 27 11:50:30 UTC 2017 - adrian.glaubitz@suse.com diff --git a/azure-cli-command-modules-nspkg.spec b/azure-cli-command-modules-nspkg.spec index 23d2901..55f0cf1 100644 --- a/azure-cli-command-modules-nspkg.spec +++ b/azure-cli-command-modules-nspkg.spec @@ -1,7 +1,7 @@ # # spec file for package azure-cli-command-modules-nspkg # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,11 +12,12 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # + Name: azure-cli-command-modules-nspkg -Version: 2.0.1 +Version: 2.0.2 Release: 0 Summary: Microsoft Azure CLI Command modules Namespace Package License: MIT @@ -24,13 +25,12 @@ Group: System/Management Url: https://github.com/Azure/azure-cli Source: https://files.pythonhosted.org/packages/source/a/azure-cli-command-modules-nspkg/azure-cli-command-modules-nspkg-%{version}.tar.gz Source1: LICENSE.txt -BuildRequires: python3-devel +BuildRequires: azure-cli-nspkg >= 3.0.0 +BuildRequires: fdupes +BuildRequires: python3-azure-nspkg >= 3.0.0 BuildRequires: python3-setuptools -BuildRequires: unzip -BuildRequires: azure-cli-nspkg -BuildRequires: python3-azure-nspkg -Requires: azure-cli-nspkg -Requires: python3-azure-nspkg +Requires: azure-cli-nspkg >= 3.0.0 +Requires: python3-azure-nspkg >= 3.0.0 Conflicts: azure-cli < 2.0.0 BuildArch: noarch @@ -53,10 +53,12 @@ python3 setup.py build %install python3 setup.py install --root=%{buildroot} --prefix=%{_prefix} --install-lib=%{python3_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %files %defattr(-,root,root,-) %doc LICENSE.txt README.rst %{python3_sitelib}/azure/cli/command_modules %{python3_sitelib}/azure_cli_command_modules_nspkg-*.egg-info + %changelog