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
This commit is contained in:
Kevin Fenzi 2022-09-15 09:22:42 -07:00
parent 8d117df190
commit 89168ea53e

View File

@ -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 <kevin@scrye.com> - 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 <vtrefny@redhat.com> - 2.28-1
- mpath: Fix potential NULL pointer dereference (vtrefny)
- ci: Add GitHub actions for running rpmbuilds and csmock (vtrefny)