Accepting request 749017 from Cloud:Tools
OBS-URL: https://build.opensuse.org/request/show/749017 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python3-ec2imgutils?expand=0&rev=5
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c4a0a44a7943071af5dc01d724965a0912e52137f08c5ca61316b0c98d4c90c4
|
||||
size 36538
|
||||
3
ec2imgutils-7.0.7.tar.bz2
Normal file
3
ec2imgutils-7.0.7.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e47f8a112e7ed8ed12655583c79bade50ab56de11ac9b40872529e3684251802
|
||||
size 36568
|
||||
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 14 21:53:26 UTC 2019 - Sean Marlow <sean.marlow@suse.com>
|
||||
|
||||
- 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 <rjschwei@suse.com>
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user