17
0

Accepting request 930678 from Cloud:Tools

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/930678
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python3-ec2imgutils?expand=0&rev=16
This commit is contained in:
2021-11-10 20:47:07 +00:00
committed by Git OBS Bridge
4 changed files with 17 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7e17c2a04c65bf370f320e641ebeaafc187ccdc296c12e1ccabe9bc1d3c6fe96
size 39940

View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Nov 3 13:55:26 UTC 2021 - Robert Schweikert <rjschwei@suse.com>
- Update to version 9.0.4 (bsc#1192298)
+ Set a time out for the ssh connection to avoid hang in a multi threaded
environment
-------------------------------------------------------------------
Tue Sep 14 20:47:09 UTC 2021 - Robert Schweikert <rjschwei@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python3-ec2imgutils
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2018 SUSE Linux GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,19 +12,19 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define upstream_name ec2imgutils
Name: python3-ec2imgutils
Version: 9.0.3
Version: 9.0.4
Release: 0
Summary: Image management utilities for AWS EC2
License: GPL-3.0-or-later
License: GPL-3.0+
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.18.7
@@ -86,3 +86,5 @@ gzip %{buildroot}/%{_mandir}/man1/*
%{_bindir}/*
%changelog