From a453c9f52be0fdf4d542c6f36266d620cc1e3567e06d0b5aed27dfda07773470 Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Fri, 3 Mar 2023 09:14:06 +0000 Subject: [PATCH] Accepting request 1069110 from home:aginies update to 2.2 OBS-URL: https://build.opensuse.org/request/show/1069110 OBS-URL: https://build.opensuse.org/package/show/Virtualization/pvirsh?expand=0&rev=3 --- pvirsh-2.1.tar.gz | 3 --- pvirsh-2.2.tar.gz | 3 +++ pvirsh.changes | 9 +++++++++ pvirsh.spec | 5 +++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 pvirsh-2.1.tar.gz create mode 100644 pvirsh-2.2.tar.gz diff --git a/pvirsh-2.1.tar.gz b/pvirsh-2.1.tar.gz deleted file mode 100644 index 0793c77..0000000 --- a/pvirsh-2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6a1d14984d99de0a3bf61c916e187dbb251607c7beea6089fdf7d681024aede -size 27061 diff --git a/pvirsh-2.2.tar.gz b/pvirsh-2.2.tar.gz new file mode 100644 index 0000000..4e65d5b --- /dev/null +++ b/pvirsh-2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10b8b1806b505fcacab8b452656739e376283b348b33d7b1dfe3530ae8ebfff7 +size 27327 diff --git a/pvirsh.changes b/pvirsh.changes index 84c97c2..f9a95f7 100644 --- a/pvirsh.changes +++ b/pvirsh.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Mar 3 08:59:44 UTC 2023 - Antoine Ginies + +- version 2.2: + * again some lint fixes + * remove unwanted shebang + * various typo fixes + * bug fixes + ------------------------------------------------------------------- Thu Nov 3 14:43:05 UTC 2022 - Antoine Ginies diff --git a/pvirsh.spec b/pvirsh.spec index d37c63a..83e95c3 100644 --- a/pvirsh.spec +++ b/pvirsh.spec @@ -19,9 +19,9 @@ %define pythons python3 Name: pvirsh -Version: 2.1 +Version: 2.2 Release: 0 -Summary: Parallel virsh command +Summary: Parallel virsh command to manage a selected group of Virtual Machine License: GPL-3.0-or-later Group: System/Management URL: https://github.com/aginies/pvirsh @@ -33,6 +33,7 @@ BuildRequires: %{python_module PyYAML} BuildRequires: fdupes Requires: python3-libvirt-python Requires: python3-PyYAML +Requires: python3-curses BuildArch: noarch %python_subpackages