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.
This commit is contained in:
parent
27ffaf1767
commit
055aa95736
@ -125,7 +125,7 @@
|
|||||||
|
|
||||||
Name: libblockdev
|
Name: libblockdev
|
||||||
Version: 2.28
|
Version: 2.28
|
||||||
Release: 3%{?dist}
|
Release: 4%{?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
|
||||||
@ -284,9 +284,6 @@ BuildRequires: systemd-devel
|
|||||||
Summary: The Device Mapper plugin for the libblockdev library
|
Summary: The Device Mapper plugin for the libblockdev library
|
||||||
Requires: %{name}-utils%{?_isa} = %{version}-%{release}
|
Requires: %{name}-utils%{?_isa} = %{version}-%{release}
|
||||||
Requires: device-mapper
|
Requires: device-mapper
|
||||||
%if %{with_dmraid}
|
|
||||||
Requires: dmraid
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description dm
|
%description dm
|
||||||
The libblockdev library plugin (and in the same time a standalone library)
|
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
|
%files plugins-all
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 19 2023 Vojtech Trefny <vtrefny@redhat.com> - 2.28-4
|
||||||
|
- Remove dependency on dmraid
|
||||||
|
|
||||||
* Fri Nov 11 2022 Vojtech Trefny <vtrefny@redhat.com> - 2.28-3
|
* Fri Nov 11 2022 Vojtech Trefny <vtrefny@redhat.com> - 2.28-3
|
||||||
- Change license string to the SPDX format required by Fedora
|
- Change license string to the SPDX format required by Fedora
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user