diff --git a/libblockdev.spec b/libblockdev.spec index a1d8179..b732682 100644 --- a/libblockdev.spec +++ b/libblockdev.spec @@ -125,7 +125,7 @@ Name: libblockdev Version: 2.28 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library for low-level manipulation with block devices License: LGPLv2+ URL: https://github.com/storaged-project/libblockdev @@ -455,7 +455,7 @@ with the libblockdev-mdraid plugin/library. BuildRequires: device-mapper-devel Summary: The multipath plugin for the libblockdev library Requires: %{name}-utils%{?_isa} = %{version}-%{release} -Requires: device-mapper-multipath +Recommends: device-mapper-multipath %description mpath The libblockdev library plugin (and in the same time a standalone library) @@ -980,6 +980,11 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %files plugins-all %changelog +* Thu Sep 15 2022 Kevin Fenzi - 2.28-2 +- Change Requires on mpath subpackage for device-mapper-multipath back to Recommends. +- This breaks rawhide compose/livecd's. +- See https://fedoraproject.org/wiki/Changes/RemoveDeviceMapperMultipathFromWorkstationLiveCD + * Wed Sep 14 2022 Vojtech Trefny - 2.28-1 - mpath: Fix potential NULL pointer dereference (vtrefny) - ci: Add GitHub actions for running rpmbuilds and csmock (vtrefny)