- Ignore clamav scan as it bogusly calls one file to be infected

while it is just a testcase of malformed binary:
  #!BuildIgnore: post-build-checks-malwarescan

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-packaging?expand=0&rev=40
This commit is contained in:
Tomáš Chvátal 2020-05-05 07:24:20 +00:00 committed by Git OBS Bridge
parent 994385f026
commit 92c7af7df0
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue May 5 07:23:22 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Ignore clamav scan as it bogusly calls one file to be infected
while it is just a testcase of malformed binary:
#!BuildIgnore: post-build-checks-malwarescan
-------------------------------------------------------------------
Wed Mar 11 14:37:16 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

@ -30,12 +30,12 @@ Version: 20.3
Release: 0
Summary: Core utilities for Python packages
License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/pypa/packaging
Source: https://pypi.io/packages/source/p/packaging/packaging-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/p/packaging/packaging-%{version}.tar.gz
BuildRequires: %{python_module six}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
#!BuildIgnore: post-build-checks-malwarescan
Requires: python-pyparsing >= 2.0.2
Requires: python-six
BuildArch: noarch