From fba8c4e738c5209542d884b79023e1b75caad5f992c3c1d5b974e9b8d6d68788 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 3 Jan 2023 16:11:57 +0000 Subject: [PATCH] - Add missing Require on libbfio-devel. OBS-URL: https://build.opensuse.org/package/show/security:forensics/libevtx?expand=0&rev=40 --- libevtx.changes | 5 +++++ libevtx.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libevtx.changes b/libevtx.changes index 15a25a8..e998e52 100644 --- a/libevtx.changes +++ b/libevtx.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 3 15:57:49 UTC 2023 - Jan Engelhardt + +- Add missing Require on libbfio-devel. + ------------------------------------------------------------------- Sat Nov 26 16:43:24 UTC 2022 - Jan Engelhardt diff --git a/libevtx.spec b/libevtx.spec index ae5b409..b52c76d 100644 --- a/libevtx.spec +++ b/libevtx.spec @@ -1,7 +1,7 @@ # # spec file for package libevtx # -# 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 @@ -83,6 +83,7 @@ Summary: Development files for libevtx, a Windows XML Event file parser License: GFDL-1.3-only AND LGPL-3.0-or-later Group: Development/Libraries/C and C++ Requires: %lname = %version +Requires: libbfio-devel %description devel libevtx is a library to access the Windows XML Event log format.