From 9222c94e45e1ac7f9f5eaf3755f7ffc73cd5fe9358e0b5bdd6aecc49548da155 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Mon, 23 Mar 2020 14:09:23 +0000 Subject: [PATCH] - Update to version 7.0.9 (bsc#1167148) + Support uploading with helper instances that handle disk attachments via NVMe protocol + Improve output of help for clarity + Improve progress message for ssh connection to make it easier to discover issues + Fix implementation for using root-swap method with a running instance OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/python3-ec2imgutils?expand=0&rev=16 --- ec2imgutils-7.0.8.tar.bz2 | 3 --- ec2imgutils-7.0.9.tar.bz2 | 3 +++ python3-ec2imgutils.changes | 11 +++++++++++ python3-ec2imgutils.spec | 6 +++--- 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 ec2imgutils-7.0.8.tar.bz2 create mode 100644 ec2imgutils-7.0.9.tar.bz2 diff --git a/ec2imgutils-7.0.8.tar.bz2 b/ec2imgutils-7.0.8.tar.bz2 deleted file mode 100644 index 039f4c4..0000000 --- a/ec2imgutils-7.0.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8984d8256f060139655fe93faff9574c9403814449b7afe316043672668ac07 -size 36634 diff --git a/ec2imgutils-7.0.9.tar.bz2 b/ec2imgutils-7.0.9.tar.bz2 new file mode 100644 index 0000000..ec3e197 --- /dev/null +++ b/ec2imgutils-7.0.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf55f1091594a51ca84331d7a2b4ad13ddc0729f4700dbfc3220685f573c41f3 +size 36775 diff --git a/python3-ec2imgutils.changes b/python3-ec2imgutils.changes index 604cd4c..a80cbaa 100644 --- a/python3-ec2imgutils.changes +++ b/python3-ec2imgutils.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Mar 19 21:42:00 UTC 2020 - Robert Schweikert + +- Update to version 7.0.9 (bsc#1167148) + + Support uploading with helper instances that handle disk attachments + via NVMe protocol + + Improve output of help for clarity + + Improve progress message for ssh connection to make it easier to + discover issues + + Fix implementation for using root-swap method with a running instance + ------------------------------------------------------------------- Wed Feb 5 13:05:02 UTC 2020 - Robert Schweikert diff --git a/python3-ec2imgutils.spec b/python3-ec2imgutils.spec index 4d4cb6a..3a61437 100644 --- a/python3-ec2imgutils.spec +++ b/python3-ec2imgutils.spec @@ -1,7 +1,7 @@ # # spec file for package python3-ec2imgutils # -# Copyright (c) 2020 SUSE LINUX 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 @@ -19,12 +19,12 @@ %define upstream_name ec2imgutils Name: python3-ec2imgutils -Version: 7.0.8 +Version: 7.0.9 Release: 0 Summary: Image management utilities for AWS EC2 License: GPL-3.0-or-later Group: System/Management -Url: https://github.com/SUSE-Enceladus/ec2imgutils +URL: https://github.com/SUSE-Enceladus/ec2imgutils Source0: %{upstream_name}-%{version}.tar.bz2 Requires: python3 Requires: python3-boto3 >= 1.4.1