From 13eee74b186d59fd78cade6bc9b82b263f67abf4df07405e3ee7d30f1194bca2 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 3 Jan 2023 15:57:59 +0000 Subject: [PATCH] - Add missing Require on libbfio-devel. OBS-URL: https://build.opensuse.org/package/show/security:forensics/libolecf?expand=0&rev=32 --- libolecf.changes | 5 +++++ libolecf.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libolecf.changes b/libolecf.changes index d4e28cc..b117aaa 100644 --- a/libolecf.changes +++ b/libolecf.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/libolecf.spec b/libolecf.spec index 8646950..e2e12b1 100644 --- a/libolecf.spec +++ b/libolecf.spec @@ -1,7 +1,7 @@ # # spec file for package libolecf # -# 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 @@ -80,6 +80,7 @@ Summary: Development files for %name License: GFDL-1.3-or-later AND LGPL-3.0-or-later Group: Development/Libraries/C and C++ Requires: %lname = %version +Requires: libbfio-devel %description devel libolecf is a library to access the OLE 2 Compound File (OLECF) format.