From 9be4ce4b6b65d0592e4548fe08118531ceac450f Mon Sep 17 00:00:00 2001 From: EnumDev Date: Fri, 4 Sep 2026 15:57:39 +0300 Subject: [PATCH] Update package version to 2.03.42 --- info.yml | 6 ++--- recipe.sh | 1 - ...ile-add-an-empty-target-install_lvm2.patch | 23 ------------------- source-files/11-dm-initramfs.rules | 3 --- 4 files changed, 3 insertions(+), 30 deletions(-) delete mode 100644 source-files/0002-libdm-makefile-add-an-empty-target-install_lvm2.patch delete mode 100644 source-files/11-dm-initramfs.rules diff --git a/info.yml b/info.yml index 37ceb3b..2a4f553 100644 --- a/info.yml +++ b/info.yml @@ -1,7 +1,7 @@ name: lvm2 description: Logical Volume Manager 2 -version: 2.03.41 -revision: 3 +version: 2.03.42 +revision: 1 url: https://sourceware.org/lvm2/ license: GPL2,LGPL2.1 maintainers: @@ -18,7 +18,7 @@ downloads: - url: https://gitlab.com/lvmteam/lvm2/-/archive/v${BPM_PKG_VERSION//./_}/lvm2-v${BPM_PKG_VERSION//./_}.tar.gz extract_to: ${BPM_SOURCE} extract_strip_components: 1 - checksum: e80564b8df674f8fe8db6c6fc6977f245eed46a1e21d74af0545bfbdeb92f59b + checksum: 66e1fcc6fe5c81d2ce20f907bf5365efce92bf0572451178ffd11a7119aa5a02 split_packages: - name: lvm2 keep: diff --git a/recipe.sh b/recipe.sh index 649cb3d..dde5cd5 100644 --- a/recipe.sh +++ b/recipe.sh @@ -5,7 +5,6 @@ prepare() { cd "$BPM_SOURCE" 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 diff --git a/source-files/0002-libdm-makefile-add-an-empty-target-install_lvm2.patch b/source-files/0002-libdm-makefile-add-an-empty-target-install_lvm2.patch deleted file mode 100644 index 021772f..0000000 --- a/source-files/0002-libdm-makefile-add-an-empty-target-install_lvm2.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 905ed1e4104b8719e03a44a99c514c4744939f8a Mon Sep 17 00:00:00 2001 -From: Christian Hesse -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] $<" diff --git a/source-files/11-dm-initramfs.rules b/source-files/11-dm-initramfs.rules deleted file mode 100644 index d2c1673..0000000 --- a/source-files/11-dm-initramfs.rules +++ /dev/null @@ -1,3 +0,0 @@ -# needed with new udev/mkinitcpio and as implemented in dracut: -# -SUBSYSTEM=="block", KERNEL=="dm-[0-9]*", ACTION=="add|change", OPTIONS="db_persist"