Update package version to 2.03.42

This commit is contained in:
2026-09-04 15:57:39 +03:00
parent b17c707ac1
commit 9be4ce4b6b
4 changed files with 3 additions and 30 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
name: lvm2 name: lvm2
description: Logical Volume Manager 2 description: Logical Volume Manager 2
version: 2.03.41 version: 2.03.42
revision: 3 revision: 1
url: https://sourceware.org/lvm2/ url: https://sourceware.org/lvm2/
license: GPL2,LGPL2.1 license: GPL2,LGPL2.1
maintainers: maintainers:
@@ -18,7 +18,7 @@ downloads:
- url: https://gitlab.com/lvmteam/lvm2/-/archive/v${BPM_PKG_VERSION//./_}/lvm2-v${BPM_PKG_VERSION//./_}.tar.gz - url: https://gitlab.com/lvmteam/lvm2/-/archive/v${BPM_PKG_VERSION//./_}/lvm2-v${BPM_PKG_VERSION//./_}.tar.gz
extract_to: ${BPM_SOURCE} extract_to: ${BPM_SOURCE}
extract_strip_components: 1 extract_strip_components: 1
checksum: e80564b8df674f8fe8db6c6fc6977f245eed46a1e21d74af0545bfbdeb92f59b checksum: 66e1fcc6fe5c81d2ce20f907bf5365efce92bf0572451178ffd11a7119aa5a02
split_packages: split_packages:
- name: lvm2 - name: lvm2
keep: keep:
-1
View File
@@ -5,7 +5,6 @@
prepare() { prepare() {
cd "$BPM_SOURCE" cd "$BPM_SOURCE"
patch -Np1 -i "$BPM_WORKDIR"/0001-udev-activation-without-systemd.patch patch -Np1 -i "$BPM_WORKDIR"/0001-udev-activation-without-systemd.patch
patch -Np1 -i "$BPM_WORKDIR"/0002-libdm-makefile-add-an-empty-target-install_lvm2.patch
} }
# The build function is executed in the source directory # The build function is executed in the source directory
@@ -1,23 +0,0 @@
From 905ed1e4104b8719e03a44a99c514c4744939f8a Mon Sep 17 00:00:00 2001
From: Christian Hesse <[email protected]>
Date: Mon, 18 May 2026 10:02:25 +0200
Subject: [PATCH 1/1] libdm/Makefile: add an empty target install_lvm2
This is required to make a top-level `make install_lvm2` succeed.
---
libdm/Makefile.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/libdm/Makefile.in b/libdm/Makefile.in
index 34e17a3f7..866c3e230 100644
--- a/libdm/Makefile.in
+++ b/libdm/Makefile.in
@@ -102,6 +102,8 @@ endif
install: $(INSTALL_TYPE) install_include
install_device-mapper: install
+
+install_lvm2:
install_include: $(srcdir)/libdevmapper.h
$(SHOW) " [INSTALL] $<"
-3
View File
@@ -1,3 +0,0 @@
# needed with new udev/mkinitcpio and as implemented in dracut:
# <http://git.kernel.org/?p=boot/dracut/dracut.git;a=commitdiff;h=12b9736228f2b34c15a9cb63be79cf7b6e865b54>
SUBSYSTEM=="block", KERNEL=="dm-[0-9]*", ACTION=="add|change", OPTIONS="db_persist"