Stop building dm plugin with dmraid support on Fedora >= 38
This commit is contained in:
parent
055aa95736
commit
48f474aa48
@ -60,7 +60,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
# dmraid is not available on RHEL > 7
|
# dmraid is not available on RHEL > 7
|
||||||
%if 0%{?rhel} > 7
|
%if 0%{?rhel} > 7 || 0%{?fedora} > 37
|
||||||
%define with_dmraid 0
|
%define with_dmraid 0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -125,7 +125,7 @@
|
|||||||
|
|
||||||
Name: libblockdev
|
Name: libblockdev
|
||||||
Version: 2.28
|
Version: 2.28
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: A library for low-level manipulation with block devices
|
Summary: A library for low-level manipulation with block devices
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
URL: https://github.com/storaged-project/libblockdev
|
URL: https://github.com/storaged-project/libblockdev
|
||||||
@ -977,6 +977,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
|
|||||||
%files plugins-all
|
%files plugins-all
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jan 19 2023 Vojtech Trefny <vtrefny@redhat.com> - 2.28-4
|
||||||
- Remove dependency on dmraid
|
- Remove dependency on dmraid
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user