diff --git a/libblockdev.spec b/libblockdev.spec index 643c5ea..769b094 100644 --- a/libblockdev.spec +++ b/libblockdev.spec @@ -60,7 +60,7 @@ %endif # dmraid is not available on RHEL > 7 -%if 0%{?rhel} > 7 +%if 0%{?rhel} > 7 || 0%{?fedora} > 37 %define with_dmraid 0 %endif @@ -125,7 +125,7 @@ Name: libblockdev Version: 2.28 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A library for low-level manipulation with block devices License: LGPL-2.1-or-later URL: https://github.com/storaged-project/libblockdev @@ -977,6 +977,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %files plugins-all %changelog +* Fri Mar 17 2023 Vojtech Trefny - 2.28-5 +- Stop building dm plugin with dmraid support on Fedora >= 38 + * Thu Jan 19 2023 Vojtech Trefny - 2.28-4 - Remove dependency on dmraid