From f5c4444816b9fc2665e906d0f234e6243fe72c4be8a5342802d472ddea5f3ccf Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Wed, 3 Nov 2021 13:57:38 +0000 Subject: [PATCH] - Update to version 9.0.4 (bsc#1192298) + Set a time out for the ssh connection to avoid hang in a multi threaded environment OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/python3-ec2imgutils?expand=0&rev=33 --- ec2imgutils-9.0.3.tar.bz2 | 3 --- ec2imgutils-9.0.4.tar.bz2 | 3 +++ python3-ec2imgutils.changes | 7 +++++++ python3-ec2imgutils.spec | 12 +++++++----- 4 files changed, 17 insertions(+), 8 deletions(-) delete mode 100644 ec2imgutils-9.0.3.tar.bz2 create mode 100644 ec2imgutils-9.0.4.tar.bz2 diff --git a/ec2imgutils-9.0.3.tar.bz2 b/ec2imgutils-9.0.3.tar.bz2 deleted file mode 100644 index 4bdf24a..0000000 --- a/ec2imgutils-9.0.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e17c2a04c65bf370f320e641ebeaafc187ccdc296c12e1ccabe9bc1d3c6fe96 -size 39940 diff --git a/ec2imgutils-9.0.4.tar.bz2 b/ec2imgutils-9.0.4.tar.bz2 new file mode 100644 index 0000000..3430198 --- /dev/null +++ b/ec2imgutils-9.0.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2f411a7b7a6144803fb5336b616df629b6d78d3ea8897caf6dc777d2f572896 +size 39953 diff --git a/python3-ec2imgutils.changes b/python3-ec2imgutils.changes index 92fd1a9..a11ea48 100644 --- a/python3-ec2imgutils.changes +++ b/python3-ec2imgutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Nov 3 13:55:26 UTC 2021 - Robert Schweikert + +- 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 diff --git a/python3-ec2imgutils.spec b/python3-ec2imgutils.spec index 90bb6b7..4789253 100644 --- a/python3-ec2imgutils.spec +++ b/python3-ec2imgutils.spec @@ -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 + +