14
0
Tomáš Chvátal
2020-08-17 07:13:25 +00:00
committed by Git OBS Bridge
parent f8b0e2e279
commit fc9fbfa8ba
3 changed files with 20 additions and 45 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-ospd-openvas
#
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,8 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
@@ -20,30 +21,29 @@
Name: python-ospd-openvas
Version: 20.8.0
Release: 0
License: AGPL-3.0-or-later
Summary: An OSP server implementation
Url: https://github.com/greenbone/ospd-openvas
Group: Development/Languages/Python
License: AGPL-3.0-or-later
URL: https://github.com/greenbone/ospd-openvas
Source: https://github.com/greenbone/ospd-openvas/archive/v%{version}.tar.gz#/ospd-openvas-%{version}.tar.gz
Source98: https://github.com/greenbone/ospd-openvas/releases/download/v%{version}/ospd-openvas-%{version}.tar.gz.sig
Source99: https://www.greenbone.net/GBCommunitySigningKey.asc#/ospd-openvas.keyring
BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools}
# SECTION test requirements
BuildRequires: %{python_module ospd >= 2.0.0}
BuildRequires: %{python_module packaging}
BuildRequires: %{python_module psutil}
BuildRequires: %{python_module redis >= 3.0.1}
BuildRequires: %{python_module Deprecated}
BuildRequires: %{python_module pytest}
# /SECTION
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-ospd >= 2.0.0
Requires: python-packaging
Requires: python-psutil
Requires: python-redis >= 3.0.1
BuildArch: noarch
Provides: ospd-openvas
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module Deprecated}
BuildRequires: %{python_module ospd >= 2.0.0}
BuildRequires: %{python_module packaging}
BuildRequires: %{python_module psutil}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module redis >= 3.0.1}
# /SECTION
%python_subpackages
%description
@@ -76,4 +76,3 @@ An OSP server implementation to allow GVM to remotely control OpenVAS.
%{python_sitelib}/ospd_openvas*
%changelog