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..428541b 100644 --- a/pvirsh.changes +++ b/pvirsh.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +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 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