Remove device-mapper-multipath dependency from fs and part plugins

Resolves: rhbz#1699071
This commit is contained in:
Vojtech Trefny 2019-04-16 09:47:21 +02:00
parent 46c87cc14b
commit 659642a6c2

View File

@ -125,7 +125,7 @@
Name: libblockdev Name: libblockdev
Version: 2.21 Version: 2.21
Release: 2%{?dist} Release: 3%{?dist}
Summary: A library for low-level manipulation with block devices Summary: A library for low-level manipulation with block devices
License: LGPLv2+ License: LGPLv2+
URL: https://github.com/storaged-project/libblockdev URL: https://github.com/storaged-project/libblockdev
@ -315,7 +315,6 @@ BuildRequires: libblkid-devel
BuildRequires: libmount-devel BuildRequires: libmount-devel
Summary: The FS plugin for the libblockdev library Summary: The FS plugin for the libblockdev library
Requires: %{name}-utils%{?_isa} >= 0.11 Requires: %{name}-utils%{?_isa} >= 0.11
Requires: device-mapper-multipath
%description fs %description fs
The libblockdev library plugin (and in the same time a standalone library) The libblockdev library plugin (and in the same time a standalone library)
@ -505,7 +504,6 @@ with the libblockdev-nvdimm plugin/library.
BuildRequires: parted-devel BuildRequires: parted-devel
Summary: The partitioning plugin for the libblockdev library Summary: The partitioning plugin for the libblockdev library
Requires: %{name}-utils%{?_isa} >= 0.11 Requires: %{name}-utils%{?_isa} >= 0.11
Requires: device-mapper-multipath
Requires: gdisk Requires: gdisk
Requires: util-linux Requires: util-linux
@ -985,6 +983,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
%files plugins-all %files plugins-all
%changelog %changelog
* Tue Apr 16 2019 Vojtech Trefny <vtrefny@redhat.com> - 2.21-3
- Remove device-mapper-multipath dependency from fs and part plugins
* Thu Feb 28 2019 Adam Williamson <awilliam@redhat.com> - 2.21-2 * Thu Feb 28 2019 Adam Williamson <awilliam@redhat.com> - 2.21-2
- Obsolete the python2 subpackage if we're not building it - Obsolete the python2 subpackage if we're not building it