From aea272a918bbaa66fbb2404a9410e108cda333d2b15849f126d74dbe0c0f2d92 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Sat, 16 Nov 2019 05:38:18 +0000 Subject: [PATCH] Accepting request 748770 from home:seanmarlow:branches:Cloud:Tools - Update to version 7.0.7 + Fix cleanup with --use-root-swap img upload. - Update to version 7.0.6 + Add requirements files to manifest. + Avoid race condition with security group creation. + Remove code duplication when avoiding group name collision. OBS-URL: https://build.opensuse.org/request/show/748770 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/python3-ec2imgutils?expand=0&rev=12 --- ec2imgutils-7.0.5.tar.bz2 | 3 --- ec2imgutils-7.0.7.tar.bz2 | 3 +++ python3-ec2imgutils.changes | 11 +++++++++++ python3-ec2imgutils.spec | 17 ++++++----------- 4 files changed, 20 insertions(+), 14 deletions(-) delete mode 100644 ec2imgutils-7.0.5.tar.bz2 create mode 100644 ec2imgutils-7.0.7.tar.bz2 diff --git a/ec2imgutils-7.0.5.tar.bz2 b/ec2imgutils-7.0.5.tar.bz2 deleted file mode 100644 index bbd961b..0000000 --- a/ec2imgutils-7.0.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4a0a44a7943071af5dc01d724965a0912e52137f08c5ca61316b0c98d4c90c4 -size 36538 diff --git a/ec2imgutils-7.0.7.tar.bz2 b/ec2imgutils-7.0.7.tar.bz2 new file mode 100644 index 0000000..cb0687c --- /dev/null +++ b/ec2imgutils-7.0.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e47f8a112e7ed8ed12655583c79bade50ab56de11ac9b40872529e3684251802 +size 36568 diff --git a/python3-ec2imgutils.changes b/python3-ec2imgutils.changes index 6db2e2c..8ed7f7f 100644 --- a/python3-ec2imgutils.changes +++ b/python3-ec2imgutils.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Nov 14 21:53:26 UTC 2019 - Sean Marlow + +- Update to version 7.0.7 + + Fix cleanup with --use-root-swap img upload. +- Update to version 7.0.6 + + Add requirements files to manifest. + + Avoid race condition with security group creation. + + Remove code duplication when avoiding group name + collision. + ------------------------------------------------------------------- Mon Aug 5 16:22:22 UTC 2019 - Robert Schweikert diff --git a/python3-ec2imgutils.spec b/python3-ec2imgutils.spec index fbab553..b61df5b 100644 --- a/python3-ec2imgutils.spec +++ b/python3-ec2imgutils.spec @@ -17,26 +17,21 @@ %define upstream_name ec2imgutils - Name: python3-ec2imgutils -Version: 7.0.5 +Version: 7.0.7 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 +BuildRequires: python3-boto3 >= 1.4.1 +BuildRequires: python3-dateutil +BuildRequires: python3-setuptools Requires: python3 Requires: python3-boto3 >= 1.4.1 Requires: python3-dateutil Requires: python3-paramiko -BuildRequires: python3-boto3 >= 1.4.1 -BuildRequires: python3-dateutil -Requires: python3-paramiko -BuildRequires: python3-setuptools -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildArch: noarch - # Package renamed in SLE 12 do not remove Provides, Obsolete # directives until after SLE 12 EOL Provides: python-ec2utilsbase = %{version} @@ -47,7 +42,6 @@ Provides: python-ec2publishimg = %{version} Obsoletes: python-ec2publishimg < %{version} Provides: python-ec2uploadimg = %{version} Obsoletes: python-ec2uploadimg < %{version} - # Package rename in SLE 15 GA do not remove Provides, Obsolete # directives until after SLE 15 SP3 EOL Provides: python3-ec2utilsbase = %{version} @@ -58,6 +52,7 @@ Provides: python3-ec2publishimg = %{version} Obsoletes: python3-ec2publishimg < %{version} Provides: python3-ec2uploadimg = %{version} Obsoletes: python3-ec2uploadimg < %{version} +BuildArch: noarch %description A collection of image manipulation utilities for AWS EC2. These include: