From 479470ea14da2536c0dd08bd9678b94e42061c43e002fdb7995a6e21c6f38b1d Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 7 Mar 2023 09:28:26 +0000 Subject: [PATCH] add changelog entry for the bot OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=59 --- python-dfVFS.changes | 5 +++++ python-dfVFS.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-dfVFS.changes b/python-dfVFS.changes index 99579ee..e2e8fb3 100644 --- a/python-dfVFS.changes +++ b/python-dfVFS.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 16 20:30:26 UTC 2022 - Greg Freemyer + +- Add requirements on more Python modules + ------------------------------------------------------------------- Fri Dec 16 18:57:35 UTC 2022 - Greg Freemyer diff --git a/python-dfVFS.spec b/python-dfVFS.spec index a09668c..254bb1e 100644 --- a/python-dfVFS.spec +++ b/python-dfVFS.spec @@ -1,7 +1,7 @@ # # spec file for package python-dfVFS # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,8 +28,8 @@ Group: Productivity/File utilities URL: https://github.com/log2timeline/dfvfs/wiki Source0: https://github.com/log2timeline/dfvfs/releases/download/%{timestamp}/dfvfs-%{timestamp}.tar.gz Source99: python-dfVFS-rpmlintrc -BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module PyYAML} +BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module cffi} BuildRequires: %{python_module cryptography} BuildRequires: %{python_module dfdatetime} @@ -63,6 +63,7 @@ BuildRequires: %{python_module setuptools} BuildRequires: %{python_module tsk} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-PyYAML Requires: python-construct Requires: python-cryptography Requires: python-dfdatetime >= 0~20180110 @@ -90,7 +91,6 @@ Requires: python-libvmdk Requires: python-libvsgpt Requires: python-libvshadow >= 0~20170902 Requires: python-libvslvm -Requires: python-PyYAML Requires: python-tsk >= 0~20160721 Obsoletes: python3-dfVFS < 0~%{timestamp} BuildArch: noarch