From cb715375ac907c5d34f59aae96fbe14a63ddb7b28577726af6764183d2c2e765 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 3 Jan 2023 16:12:33 +0000 Subject: [PATCH] - Add missing Require on libbfio-devel. OBS-URL: https://build.opensuse.org/package/show/security:forensics/libewf?expand=0&rev=25 --- libewf.changes | 5 +++++ libewf.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/libewf.changes b/libewf.changes index c5926a7..4d911d5 100644 --- a/libewf.changes +++ b/libewf.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 3 15:57:49 UTC 2023 - Jan Engelhardt + +- Add missing Require on libbfio-devel. + ------------------------------------------------------------------- Mon Oct 24 08:16:38 UTC 2022 - Ludwig Nussel diff --git a/libewf.spec b/libewf.spec index 845cfa2..008ddf0 100644 --- a/libewf.spec +++ b/libewf.spec @@ -1,7 +1,7 @@ # # spec file for package libewf # -# 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 @@ -98,7 +98,8 @@ It contains tools to acquire, verify and export EWF files. Summary: Development files for libewf, an Expert Witness Compression Format library License: GFDL-1.3-or-later AND LGPL-3.0-or-later Group: Development/Libraries/C and C++ -Requires: %{lname} = %version +Requires: %lname = %version +Requires: libbfio-devel %description devel libewf is a library for support of the Expert Witness Compression @@ -112,7 +113,7 @@ applications that want to make use of %{name}. %prep %autosetup -p1 -n libewf-legacy-%version -cp "%{SOURCE3}" "%{SOURCE4}" . +cp -av %_sourcedir/*.pdf . %build #export CFLAGS="%optflags -fno-strict-aliasing"