From 4e85c60c2d8a9950da01a5c4ca3acea947828185a3149eb0982995718d102e72 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Mon, 3 Aug 2020 18:34:27 +0000 Subject: [PATCH] - Update to version 3.0.3 (bsc#1174743, bsc#1174837) + Prefer IMDSv2 and switch all IMDS access requests to support v2 token based access method. OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/python3-ec2metadata?expand=0&rev=7 --- ec2metadata-3.0.2.tar.bz2 | 3 --- ec2metadata-3.0.3.tar.bz2 | 3 +++ python3-ec2metadata.changes | 7 +++++++ python3-ec2metadata.spec | 14 ++++++-------- 4 files changed, 16 insertions(+), 11 deletions(-) delete mode 100644 ec2metadata-3.0.2.tar.bz2 create mode 100644 ec2metadata-3.0.3.tar.bz2 diff --git a/ec2metadata-3.0.2.tar.bz2 b/ec2metadata-3.0.2.tar.bz2 deleted file mode 100644 index 480f24d..0000000 --- a/ec2metadata-3.0.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3726e645c9329b3ca445612747435ee5bee171a44196d7de081427a1e9c31617 -size 16589 diff --git a/ec2metadata-3.0.3.tar.bz2 b/ec2metadata-3.0.3.tar.bz2 new file mode 100644 index 0000000..710be68 --- /dev/null +++ b/ec2metadata-3.0.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84334b3344847782d52aae0afc96346db2a996dfb58028b386c794c0ea8c7811 +size 16546 diff --git a/python3-ec2metadata.changes b/python3-ec2metadata.changes index 04c52ca..8e7750c 100644 --- a/python3-ec2metadata.changes +++ b/python3-ec2metadata.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Aug 3 18:30:06 UTC 2020 - Robert Schweikert + +- Update to version 3.0.3 (bsc#1174743, bsc#1174837) + + Prefer IMDSv2 and switch all IMDS access requests to support v2 token + based access method. + ------------------------------------------------------------------- Wed Dec 4 22:21:34 UTC 2019 - Robert Schweikert diff --git a/python3-ec2metadata.spec b/python3-ec2metadata.spec index 0eda582..ea57deb 100644 --- a/python3-ec2metadata.spec +++ b/python3-ec2metadata.spec @@ -1,7 +1,7 @@ # -# spec file for package python-ec2metadata +# spec file for package python3-ec2metadata # -# Copyright (c) 2018 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,19 +12,18 @@ # 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/ # -# MUST remain Python 2 based until EOL of SLES 11 in March 2019 %define upstream_name ec2metadata Name: python3-ec2metadata -Version: 3.0.2 +Version: 3.0.3 Release: 0 Summary: Collect instance metadata in EC2 -License: GPL-3.0+ +License: GPL-3.0-or-later Group: System/Management -Url: https://github.com/SUSE-Enceladus/ec2metadata +URL: https://github.com/SUSE-Enceladus/ec2metadata Source0: %{upstream_name}-%{version}.tar.bz2 Requires: python3 BuildRequires: python3-setuptools @@ -36,7 +35,6 @@ BuildArch: noarch Provides: python-ec2metadata = %{version} Obsoletes: python-ec2metadata < %{version} - %description Collect instance meta data in Amazon Compute CLoud instances