Accepting request 978282 from security:forensics

OBS-URL: https://build.opensuse.org/request/show/978282
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dfVFS?expand=0&rev=16
This commit is contained in:
2022-05-22 18:27:23 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue May 17 11:30:28 UTC 2022 - pgajdos@suse.com
- python-mock is not required for build (even if the testsuite
would run)
-------------------------------------------------------------------
Sun Apr 25 20:52:33 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-dfVFS
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?!python_module:%define python_module() python-%{**} python38-%{**}}
%define timestamp 20200920
%define pythons python3
Name: python-dfVFS
@@ -51,7 +51,6 @@ BuildRequires: %{python_module libvhdi}
BuildRequires: %{python_module libvmdk}
BuildRequires: %{python_module libvshadow}
BuildRequires: %{python_module libvslvm}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pbr}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module tsk}