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