diff --git a/lvm2.spec b/lvm2.spec index 534baac..fcbaea1 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -1,6 +1,6 @@ %define gitver %(echo %version | tr . _) Name: lvm2 -Version: 2.03.29 +Version: 2.03.30 Release: 1mamba Summary: A userspace toolset that provides logical volume management facilities on Linux Group: System/Tools @@ -17,6 +17,7 @@ BuildRequires: glibc-devel BuildRequires: libaio-devel BuildRequires: libblkid-devel BuildRequires: libgcc +BuildRequires: libnvme-devel BuildRequires: libreadline-devel BuildRequires: libselinux-devel BuildRequires: libsystemd-devel @@ -72,7 +73,6 @@ LVM2 refers to a new userspace toolset that provides logical volume management f It is reasonably backwards-compatible with the original LVM toolset. This package contains files needed to develop applications that use the %{name} libraries. -%debug_package %prep %setup -q @@ -202,6 +202,9 @@ This package contains files needed to develop applications that use the %{name} #%doc README WHATS_NEW %changelog +* Wed Jan 15 2025 Automatic Build System 2.03.30-1mamba +- automatic version update by autodist + * Tue Dec 10 2024 Automatic Build System 2.03.29-1mamba - automatic version update by autodist