Add BuildRequires: libnvme-devel

Resolves: RHEL-75625
This commit is contained in:
Marian Csontos 2025-01-23 17:43:21 +01:00
parent a534c95540
commit c9ad936c7d

View File

@ -82,6 +82,7 @@ BuildRequires: libblkid-devel >= %{util_linux_version}
BuildRequires: ncurses-devel BuildRequires: ncurses-devel
BuildRequires: libedit-devel BuildRequires: libedit-devel
BuildRequires: libaio-devel BuildRequires: libaio-devel
BuildRequires: libnvme-devel
BuildRequires: module-init-tools BuildRequires: module-init-tools
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: systemd-devel BuildRequires: systemd-devel
@ -671,6 +672,9 @@ An extensive functional testsuite for LVM2.
%endif %endif
%changelog %changelog
* Thu Jan 23 2025 Marian Csontos <mcsontos@redhat.com> - 2.03.28-5
- Add libnvme dependency to really fix the NVMe issue.
* Tue Jan 21 2025 Marian Csontos <mcsontos@redhat.com> - 2.03.28-4 * Tue Jan 21 2025 Marian Csontos <mcsontos@redhat.com> - 2.03.28-4
- Fix temporary LVs not cleaned when converting in use LV to a thin pool. - Fix temporary LVs not cleaned when converting in use LV to a thin pool.
- Check FS resize is supported before extending LV. - Check FS resize is supported before extending LV.