Stop building dm plugin with dmraid support on Fedora >= 38

This commit is contained in:
Vojtech Trefny 2023-03-17 10:10:40 +01:00
parent 055aa95736
commit 48f474aa48

View File

@ -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 <vtrefny@redhat.com> - 2.28-5
- Stop building dm plugin with dmraid support on Fedora >= 38
* Thu Jan 19 2023 Vojtech Trefny <vtrefny@redhat.com> - 2.28-4
- Remove dependency on dmraid