Date: Tuesday, February 21, 2023 @ 15:21:14 Author: eworm Revision: 469374
upgpkg: lvm2 2.03.19-1: new upstream release Modified: lvm2/trunk/0001-udev-initcpio.patch lvm2/trunk/PKGBUILD --------------------------+ 0001-udev-initcpio.patch | 14 ++++++-------- PKGBUILD | 8 ++++---- 2 files changed, 10 insertions(+), 12 deletions(-) Modified: 0001-udev-initcpio.patch =================================================================== --- 0001-udev-initcpio.patch 2023-02-21 15:21:13 UTC (rev 469373) +++ 0001-udev-initcpio.patch 2023-02-21 15:21:14 UTC (rev 469374) @@ -1,4 +1,4 @@ -From 4df121ed7d820f5b3d3a87a2c81dbce0801d4fd3 Mon Sep 17 00:00:00 2001 +From d0a716460c389ebf3af034616c507f5e45610ea6 Mon Sep 17 00:00:00 2001 From: Christian Hesse <[email protected]> Date: Mon, 7 Feb 2022 21:12:20 +0100 Subject: [PATCH 1/1] udev initcpio @@ -6,19 +6,17 @@ apply with: patch -Np1 --output='udev/69-dm-lvm-initcpio.rules.in' < ../0001-udev-initcpio.patch --- - udev/69-dm-lvm.rules.in | 28 +--------------------------- - 1 file changed, 1 insertion(+), 27 deletions(-) + udev/69-dm-lvm.rules.in | 26 +------------------------- + 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/udev/69-dm-lvm.rules.in b/udev/69-dm-lvm.rules.in -index 14e7dd26d..2dec88c34 100644 +index ff1568145..1d7737a6f 100644 --- a/udev/69-dm-lvm.rules.in +++ b/udev/69-dm-lvm.rules.in -@@ -54,33 +54,7 @@ ACTION!="add", GOTO="lvm_end" +@@ -52,31 +52,7 @@ ACTION!="add", GOTO="lvm_end" LABEL="lvm_scan" --ENV{SYSTEMD_READY}="1" -- -# pvscan will check if this device completes a VG, -# i.e. all PVs in the VG are now present with the -# arrival of this PV. If so, it prints to stdout: @@ -43,7 +41,7 @@ -# it's better suited to appearing in the journal. - -IMPORT{program}="(LVM_EXEC)/lvm pvscan --cache --listvg --checkcomplete --vgonline --autoactivation event --udevoutput --journal=output $env{DEVNAME}" --ENV{LVM_VG_NAME_COMPLETE}=="?*", RUN+="/usr/bin/systemd-run --no-block --property DefaultDependencies=no --unit lvm-activate-$env{LVM_VG_NAME_COMPLETE} (LVM_EXEC)/lvm vgchange -aay --autoactivation event $env{LVM_VG_NAME_COMPLETE}" +-ENV{LVM_VG_NAME_COMPLETE}=="?*", RUN+="(SYSTEMDRUN) --no-block --property DefaultDependencies=no --unit lvm-activate-$env{LVM_VG_NAME_COMPLETE} (LVM_EXEC)/lvm vgchange -aay --autoactivation event $env{LVM_VG_NAME_COMPLETE}" +RUN+="(LVM_EXEC)/lvm pvscan --background --cache --activate ay --major $major --minor $minor", ENV{LVM_SCANNED}="1" GOTO="lvm_end" Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-21 15:21:13 UTC (rev 469373) +++ PKGBUILD 2023-02-21 15:21:14 UTC (rev 469374) @@ -3,9 +3,9 @@ pkgbase=lvm2 pkgname=('lvm2' 'device-mapper') -_tag='fba794b52541452da9131af594f5cd0fa7affb6d' # git rev-parse v${pkgver//./_} -pkgver=2.03.18 -pkgrel=5 +_tag='8a84d53c113371f1908325dbada488c233f04e97' # git rev-parse v${pkgver//./_} +pkgver=2.03.19 +pkgrel=1 arch=('x86_64') url='https://sourceware.org/lvm2/' license=('GPL2' 'LGPL2.1') @@ -17,7 +17,7 @@ 'lvm2_install' '11-dm-initramfs.rules') sha256sums=('SKIP' - 'e9ab9207b805cab702a666a2deb754583e6acd4c46973898ebb4170b563f0eec' + '2b3a16ec05e2bc6678e9ebd5ffa8319ebfde29aa260ce004f79f9b8df57d73c9' '8870091ef70b5ea18b18bfcc770f8bda7dcd9d7cc2cc4fe5e4c3ac1f35bbb66a' 'e10f24b57582d6e2da71f7c80732a62e0ee2e3b867fe84591ccdb53e80fa92e0')
