[packages/lvm2] up to 2.03.40
atler
atler at pld-linux.org
Tue Apr 28 17:02:18 CEST 2026
commit 96e87ce8f7e08ce74fe0b7d05a949e938bcf4956
Author: Jan Palus <atler at pld-linux.org>
Date: Tue Apr 28 17:02:10 2026 +0200
up to 2.03.40
lvm2-thin.patch | 6 +++---
lvm2.spec | 8 +++++---
2 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/lvm2.spec b/lvm2.spec
index 61dce42..f194362 100644
--- a/lvm2.spec
+++ b/lvm2.spec
@@ -28,12 +28,12 @@
Summary: The new version of Logical Volume Manager for Linux
Summary(pl.UTF-8): Nowa wersja Logical Volume Managera dla Linuksa
Name: lvm2
-Version: 2.03.39
+Version: 2.03.40
Release: 1
License: GPL v2 and LGPL v2.1
Group: Applications/System
Source0: ftp://sourceware.org/pub/lvm2/LVM2.%{version}.tgz
-# Source0-md5: 54f53209bbd46c216875bb9a0d554ec6
+# Source0-md5: 61a2de7b66f520ecf12466c6ce56d5e6
Patch0: device-mapper-dmsetup-export.patch
Patch1: %{name}-pld_init.patch
Patch2: device-mapper-dmsetup-deps-export.patch
@@ -715,6 +715,7 @@ fi
%attr(755,root,root) %{_sbindir}/dmfilemapd
%attr(755,root,root) %{_sbindir}/dmsetup
%attr(755,root,root) %{_sbindir}/dmstats
+%attr(755,root,root) %{_sbindir}/dmvdostats
%attr(755,root,root) %{_libdir}/libdevmapper-event-lvm2mirror.so
%attr(755,root,root) %{_libdir}/libdevmapper-event-lvm2raid.so
%attr(755,root,root) %{_libdir}/libdevmapper-event-lvm2snapshot.so
@@ -726,10 +727,11 @@ fi
%attr(755,root,root) %{_libdir}/device-mapper/libdevmapper-event-lvm2snapshot.so
%attr(755,root,root) %{_libdir}/device-mapper/libdevmapper-event-lvm2thin.so
%attr(755,root,root) %{_libdir}/device-mapper/libdevmapper-event-lvm2vdo.so
+%{_mandir}/man8/dmeventd.8*
%{_mandir}/man8/dmfilemapd.8*
%{_mandir}/man8/dmsetup.8*
%{_mandir}/man8/dmstats.8*
-%{_mandir}/man8/dmeventd.8*
+%{_mandir}/man8/dmvdostats.8*
%files -n device-mapper-libs
%defattr(644,root,root,755)
diff --git a/lvm2-thin.patch b/lvm2-thin.patch
index edef900..a5bcff2 100644
--- a/lvm2-thin.patch
+++ b/lvm2-thin.patch
@@ -16,7 +16,7 @@
- ])
+ ], [ THIN_CHECK_NEEDS_CHECK="yes" ])
])
- # Empty means a config way to ignore thin dumping
+ # Empty value allows user to skip thin dumping
AS_IF([test "$THIN_DUMP_CMD" = "autodetect"], [
@@ -505,7 +505,7 @@
AC_ARG_ENABLE(cache_check_needs_check,
@@ -38,10 +38,10 @@
IFS=.- read -r CACHE_CHECK_VSN_MAJOR CACHE_CHECK_VSN_MINOR CACHE_CHECK_VSN_PATCH LEFTOVER < conftest.tmp
@@ -544,7 +544,7 @@
AC_MSG_WARN([$CACHE_CHECK_CMD: Old version "$CACHE_CHECK_VSN" does not support new cache format V2])
- CACHE_CHECK_VERSION_WARN=y
+ CACHE_CHECK_VERSION_WARN="y"
])
- ])
+ ], [ CACHE_CHECK_NEEDS_CHECK="yes" ])
])
- # Empty means a config way to ignore cache dumping
+ # Empty value allows user to skip cache dumping
AS_IF([test "$CACHE_DUMP_CMD" = "autodetect"], [
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/lvm2.git/commitdiff/96e87ce8f7e08ce74fe0b7d05a949e938bcf4956
More information about the pld-cvs-commit
mailing list