From a9cf0cb2bb990b10f47fbbdc1d8c98d036984c35 Mon Sep 17 00:00:00 2001 From: aginies <> Date: Mar 05 2023 23:28:15 +0000 Subject: Update pvirsh to version 2.2 / rev 2 via SR 1069114 https://build.opensuse.org/request/show/1069114 by user aginies + dimstar_suse --- diff --git a/.files b/.files index 90aae08..d7f4e96 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 4cddc50..1b897b1 100644 --- a/.rev +++ b/.rev @@ -7,4 +7,12 @@ Parallel virsh command (target ALP and SLE) 1058828 + + 986b7f69e257ad8d78c80963dc42cc68 + 2.2 + + dimstar_suse + + 1069114 + diff --git a/pvirsh-2.1.tar.gz b/pvirsh-2.1.tar.gz deleted file mode 120000 index a1ef882..0000000 --- a/pvirsh-2.1.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreihguhiutbgztxqkhp3bzelodb63wjiwa7d352tarh67pvubajfo3y \ No newline at end of file diff --git a/pvirsh-2.2.tar.gz b/pvirsh-2.2.tar.gz new file mode 120000 index 0000000..b730099 --- /dev/null +++ b/pvirsh-2.2.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreiaqxcyya22ql7fmvofukjswoopdoyudwnelgpl3dx7dkmfor27764 \ No newline at end of file diff --git a/pvirsh.changes b/pvirsh.changes index 6a41808..b101afa 100644 --- a/pvirsh.changes +++ b/pvirsh.changes @@ -1,4 +1,14 @@ ------------------------------------------------------------------- +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 + * add requires on python3-curses + +------------------------------------------------------------------- Thu Nov 3 14:43:05 UTC 2022 - Antoine Ginies - version 2.1: diff --git a/pvirsh.spec b/pvirsh.spec index f037823..e0cfbe3 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