forked from pool/python-gvm-tools
- Fix signature verification by using github archive
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gvm-tools?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
3379b00be7
commit
a843b0fec1
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a368cc47d3bd4ae966b6f9b6cdbf11eee750e1ead8015655a6bf0ed7eafadec7
|
||||
size 74612
|
||||
oid sha256:78dfcadf924be663155f5aecb760a512e1c9950de951846430166c1226397bed
|
||||
size 128144
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 17 07:03:44 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Fix signature verification by using github archive
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 11 08:12:59 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#
|
||||
# spec file for package python-gvm-tools
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2020, Martin Hauke <mardnh@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -12,7 +13,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-%{**}}
|
||||
@@ -22,13 +24,13 @@ Version: 2.1.0
|
||||
Release: 0
|
||||
Summary: Tools to control a GSM/GVM over GMP or OSP
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/greenbone/gvm-tools/
|
||||
Source: https://files.pythonhosted.org/packages/source/g/gvm-tools/gvm-tools-%{version}.tar.gz
|
||||
Source: https://github.com/greenbone/gvm-tools/archive/v2.1.0.tar.gz#/gvm-tools-%{version}.tar.gz
|
||||
Source98: https://github.com/greenbone/gvm-tools/releases/download/v%{version}/gvm-tools-%{version}.tar.gz.sig
|
||||
Source99: https://www.greenbone.net/GBCommunitySigningKey.asc#/gvm-tools.keyring
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-dephell-rpm-macros
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-python-gvm >= 1.4.0
|
||||
BuildArch: noarch
|
||||
@@ -52,6 +54,7 @@ without programming in Python.
|
||||
|
||||
%prep
|
||||
%setup -q -n gvm-tools-%{version}
|
||||
%dephell_gensetup
|
||||
|
||||
%build
|
||||
%python_build
|
||||
|
||||
Reference in New Issue
Block a user