From 055aa957366f125bbd35a16f7a1f2df510b9862d Mon Sep 17 00:00:00 2001 From: Vojtech Trefny Date: Jan 19 2023 09:16:09 +0000 Subject: Remove dependency on dmraid We don't need the dmraid package which provides the dmraid binary and systemd services, the library is provided by dmraid-libs. --- diff --git a/libblockdev.spec b/libblockdev.spec index 38859bb..643c5ea 100644 --- a/libblockdev.spec +++ b/libblockdev.spec @@ -125,7 +125,7 @@ Name: libblockdev Version: 2.28 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A library for low-level manipulation with block devices License: LGPL-2.1-or-later URL: https://github.com/storaged-project/libblockdev @@ -284,9 +284,6 @@ BuildRequires: systemd-devel Summary: The Device Mapper plugin for the libblockdev library Requires: %{name}-utils%{?_isa} = %{version}-%{release} Requires: device-mapper -%if %{with_dmraid} -Requires: dmraid -%endif %description dm The libblockdev library plugin (and in the same time a standalone library) @@ -980,6 +977,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %files plugins-all %changelog +* Thu Jan 19 2023 Vojtech Trefny - 2.28-4 +- Remove dependency on dmraid + * Fri Nov 11 2022 Vojtech Trefny - 2.28-3 - Change license string to the SPDX format required by Fedora