From a1e48540b0cbc4d5ff6cca072f490e3265ec01124a53cf5625546d8248ce3762 Mon Sep 17 00:00:00 2001 From: Greg Freemyer Date: Mon, 24 Jan 2022 00:30:03 +0000 Subject: [PATCH 1/2] Force python38 instead of generic python3. This was done because many of the python packages this depends on now have python38, python39, and python10 versions. OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=44 --- python-dfVFS.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-dfVFS.spec b/python-dfVFS.spec index 87f7f8c..fc94ada 100644 --- a/python-dfVFS.spec +++ b/python-dfVFS.spec @@ -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 From bd3ccc9d02dc0aca921a7e034e656e6c066e0d7dc3315ae850433855c294be15 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 20 May 2022 13:05:46 +0000 Subject: [PATCH 2/2] Accepting request 977747 from home:pgajdos:python - python-mock is not required for build (even if the testsuite would run) OBS-URL: https://build.opensuse.org/request/show/977747 OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=45 --- python-dfVFS.changes | 6 ++++++ python-dfVFS.spec | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-dfVFS.changes b/python-dfVFS.changes index 7ef8fcf..9235f46 100644 --- a/python-dfVFS.changes +++ b/python-dfVFS.changes @@ -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 diff --git a/python-dfVFS.spec b/python-dfVFS.spec index fc94ada..dccced0 100644 --- a/python-dfVFS.spec +++ b/python-dfVFS.spec @@ -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 @@ -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}