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