From 659642a6c2fc48e7dbfae09954f6fc89f3de7d91 Mon Sep 17 00:00:00 2001 From: Vojtech Trefny Date: Tue, 16 Apr 2019 09:47:21 +0200 Subject: [PATCH] Remove device-mapper-multipath dependency from fs and part plugins Resolves: rhbz#1699071 --- libblockdev.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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