Accepting request 696867 from Cloud:Tools
- Update Azure CLI to latest version OBS-URL: https://build.opensuse.org/request/show/696867 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/azure-cli-telemetry?expand=0&rev=2
This commit is contained in:
commit
30c3db6ca3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:49c62df960da607727a8ec973d7db395eb26122c1fac9388220eed7ad550fb71
|
|
||||||
size 7786
|
|
3
azure-cli-telemetry-1.0.1.tar.gz
Normal file
3
azure-cli-telemetry-1.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:81e71f2fbecdc71099b34290dec5a56defc61fe30d48146c03d15e1fcefaeafc
|
||||||
|
size 8230
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 16 19:01:40 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- New upstream release
|
||||||
|
+ Version 1.0.1
|
||||||
|
+ 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 1 11:04:08 UTC 2018 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Mon Oct 1 11:04:08 UTC 2018 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package azure-cli-telemetry
|
# spec file for package azure-cli-telemetry
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 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
|
||||||
@ -12,11 +12,12 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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-telemetry
|
Name: azure-cli-telemetry
|
||||||
Version: 1.0.0
|
Version: 1.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Microsoft Azure CLI Telemetry Package
|
Summary: Microsoft Azure CLI Telemetry Package
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -25,14 +26,13 @@ Url: https://github.com/Azure/azure-cli
|
|||||||
Source: https://files.pythonhosted.org/packages/source/a/azure-cli-telemetry/azure-cli-telemetry-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/a/azure-cli-telemetry/azure-cli-telemetry-%{version}.tar.gz
|
||||||
Source1: LICENSE.txt
|
Source1: LICENSE.txt
|
||||||
Patch0: act_relax-requires-versions.patch
|
Patch0: act_relax-requires-versions.patch
|
||||||
BuildRequires: python3-devel
|
|
||||||
BuildRequires: python3-setuptools
|
|
||||||
BuildRequires: unzip
|
|
||||||
BuildRequires: azure-cli-nspkg
|
BuildRequires: azure-cli-nspkg
|
||||||
BuildRequires: python3-azure-nspkg
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: python3-azure-nspkg >= 3.0.0
|
||||||
|
BuildRequires: python3-setuptools
|
||||||
Requires: azure-cli-nspkg
|
Requires: azure-cli-nspkg
|
||||||
Requires: python3-azure-nspkg
|
|
||||||
Requires: python3-applicationinsights >= 0.11.1
|
Requires: python3-applicationinsights >= 0.11.1
|
||||||
|
Requires: python3-azure-nspkg >= 3.0.0
|
||||||
Requires: python3-portalocker >= 1.2.1
|
Requires: python3-portalocker >= 1.2.1
|
||||||
Conflicts: azure-cli < 2.0.0
|
Conflicts: azure-cli < 2.0.0
|
||||||
|
|
||||||
@ -57,6 +57,7 @@ python3 setup.py build
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
python3 setup.py install --root=%{buildroot} --prefix=%{_prefix} --install-lib=%{python3_sitelib}
|
python3 setup.py install --root=%{buildroot} --prefix=%{_prefix} --install-lib=%{python3_sitelib}
|
||||||
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/__init__.*
|
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/__init__.*
|
||||||
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/__pycache__
|
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/__pycache__
|
||||||
rm -rf %{buildroot}%{python3_sitelib}/azure/__init__.*
|
rm -rf %{buildroot}%{python3_sitelib}/azure/__init__.*
|
||||||
@ -68,4 +69,5 @@ rm -rf %{buildroot}%{python3_sitelib}/azure/__pycache__
|
|||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%{python3_sitelib}/azure/cli/telemetry
|
%{python3_sitelib}/azure/cli/telemetry
|
||||||
%{python3_sitelib}/azure_cli_telemetry-*.egg-info
|
%{python3_sitelib}/azure_cli_telemetry-*.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user