diff --git a/gvm-tools-22.9.0.tar.gz b/gvm-tools-22.9.0.tar.gz deleted file mode 100644 index 58334c9..0000000 --- a/gvm-tools-22.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a9d8f5dba69a72f4fcdb65512c939840da37f2a2c32576f3a7d7463768925fb -size 197676 diff --git a/gvm-tools-23.2.0.tar.gz b/gvm-tools-23.2.0.tar.gz new file mode 100644 index 0000000..b094b3d --- /dev/null +++ b/gvm-tools-23.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7922644bc52e1e8cd17a58e6a5f504eb4acf3a6bccb323cf2a1fb659e3cec115 +size 215220 diff --git a/python-gvm-tools.changes b/python-gvm-tools.changes index b11a736..47f1ec5 100644 --- a/python-gvm-tools.changes +++ b/python-gvm-tools.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Feb 21 12:39:36 UTC 2023 - Martin Hauke + +- Update to version 23.2.0 + * Added --with-descriptions and host details source types to + generate-random-reports. + ------------------------------------------------------------------- Thu Sep 29 01:28:42 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-gvm-tools.spec b/python-gvm-tools.spec index 8caf33b..0df0bc1 100644 --- a/python-gvm-tools.spec +++ b/python-gvm-tools.spec @@ -1,8 +1,8 @@ # # spec file for package python-gvm-tools # -# Copyright (c) 2022 SUSE LLC -# Copyright (c) 2020, Martin Hauke +# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2020-2023, Martin Hauke # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,11 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 %define skip_python36 1 %define skip_python39 1 Name: python-gvm-tools -Version: 22.9.0 +Version: 23.2.0 Release: 0 Summary: Tools to control a GSM/GVM over GMP or OSP License: GPL-3.0-or-later @@ -34,11 +33,13 @@ BuildRequires: %{python_module pip} BuildRequires: %{python_module poetry} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-python-gvm >= 1.4.0 +Requires: python-python-gvm >= 23.2.0 +Requires(post): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module pytest} -BuildRequires: %{python_module python-gvm >= 1.4.0} +BuildRequires: %{python_module python-gvm >= 23.2.0} # /SECTION %python_subpackages