1
0

- Version 5.1.5 (bsc#1194663)

+ Handle lsblk output format change. The json data now contains
    "mountpoints" instead of "mountpoint"

- Version 5.1.4 (bsc#1184720, bsc#1172581)
  + Use versions endpoint to list the available versions
  + Add bypass proxy
  + Update way to check classic vms  

- Fix provides directive (bsc#1175609, bsc#1175610)
  + The provides directive must set a version or update does not work
    as expected

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/python3-azuremetadata?expand=0&rev=9
This commit is contained in:
Robert Schweikert 2022-01-14 13:15:19 +00:00 committed by Git OBS Bridge
parent 88da6d0e5f
commit fc9719c094
4 changed files with 28 additions and 5 deletions

View File

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

BIN
python3-azuremetadata-5.1.5.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Thu Jan 13 21:50:24 UTC 2022 - Robert Schweikert <rjschwei@suse.com>
- Version 5.1.5 (bsc#1194663)
+ Handle lsblk output format change. The json data now contains
"mountpoints" instead of "mountpoint"
-------------------------------------------------------------------
Wed Apr 21 17:20:35 UTC 2021 - Jesús Bermúdez Velázquez <jesusbv@suse.com>
- Version 5.1.4 (bsc#1184720, bsc#1172581)
+ Use versions endpoint to list the available versions
+ Add bypass proxy
+ Update way to check classic vms
-------------------------------------------------------------------
Fri Aug 21 13:45:31 UTC 2020 - Robert Schweikert <rjschwei@suse.com>
- Fix provides directive (bsc#1175609, bsc#1175610)
+ The provides directive must set a version or update does not work
as expected
-------------------------------------------------------------------
Fri Aug 21 13:45:31 UTC 2020 - Robert Schweikert <rjschwei@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python3-azuremetadata
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%define upstream_name azuremetadata
Name: python3-azuremetadata
Version: 5.1.2
Version: 5.1.5
Release: 0
# Packaged renamed in SLE15
Provides: azuremetadata = %{version}
@ -32,6 +32,7 @@ URL: https://github.com/SUSE-Enceladus/azuremetadata
Source0: %{name}-%{version}.tar.bz2
Requires: python3
Recommends: util-linux
BuildRequires: python-rpm-macros
BuildRequires: python3-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch