forked from rpms/libblockdev
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:
parent
8d117df190
commit
89168ea53e
@ -125,7 +125,7 @@
|
|||||||
|
|
||||||
Name: libblockdev
|
Name: libblockdev
|
||||||
Version: 2.28
|
Version: 2.28
|
||||||
Release: 1%{?dist}
|
Release: 2%{?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
|
||||||
@ -455,7 +455,7 @@ with the libblockdev-mdraid plugin/library.
|
|||||||
BuildRequires: device-mapper-devel
|
BuildRequires: device-mapper-devel
|
||||||
Summary: The multipath plugin for the libblockdev library
|
Summary: The multipath plugin for the libblockdev library
|
||||||
Requires: %{name}-utils%{?_isa} = %{version}-%{release}
|
Requires: %{name}-utils%{?_isa} = %{version}-%{release}
|
||||||
Requires: device-mapper-multipath
|
Recommends: device-mapper-multipath
|
||||||
|
|
||||||
%description mpath
|
%description mpath
|
||||||
The libblockdev library plugin (and in the same time a standalone library)
|
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
|
%files plugins-all
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Sep 14 2022 Vojtech Trefny <vtrefny@redhat.com> - 2.28-1
|
||||||
- mpath: Fix potential NULL pointer dereference (vtrefny)
|
- mpath: Fix potential NULL pointer dereference (vtrefny)
|
||||||
- ci: Add GitHub actions for running rpmbuilds and csmock (vtrefny)
|
- ci: Add GitHub actions for running rpmbuilds and csmock (vtrefny)
|
||||||
|
Loading…
Reference in New Issue
Block a user