From e009e389d9c6611560291faa69eb4761f1a9aca26a147b21cbba747e98123a19 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 3 Jan 2023 16:25:22 +0000 Subject: [PATCH] - Add missing Require on libbfio-devel. OBS-URL: https://build.opensuse.org/package/show/security:forensics/libvhdi?expand=0&rev=33 --- libvhdi.changes | 5 +++++ libvhdi.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/libvhdi.changes b/libvhdi.changes index d48fa09..aa3bdea 100644 --- a/libvhdi.changes +++ b/libvhdi.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/libvhdi.spec b/libvhdi.spec index a497b20..1c0e998 100644 --- a/libvhdi.spec +++ b/libvhdi.spec @@ -1,7 +1,7 @@ # # spec file for package libvhdi # -# 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 @@ -93,7 +93,8 @@ Tools to access the Virtual Hard Disk (VHD) image format. See libvhdi for addit Summary: Development files for libvhdi, a VHD image 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 libvhdi is a library to access the Virtual Hard Disk (VHD) image format. see libvhdi for details.