[arch-commits] Commit in lvm2/trunk (PKGBUILD lvm2_install)

Christian Hesse eworm at archlinux.org
Thu Feb 25 07:54:52 UTC 2021


    Date: Thursday, February 25, 2021 @ 07:54:51
  Author: eworm
Revision: 408795

upgpkg: lvm2 2.03.11-5: disable monitoring in initramfs

Modified:
  lvm2/trunk/PKGBUILD
  lvm2/trunk/lvm2_install

--------------+
 PKGBUILD     |    4 ++--
 lvm2_install |    1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-25 07:42:09 UTC (rev 408794)
+++ PKGBUILD	2021-02-25 07:54:51 UTC (rev 408795)
@@ -4,7 +4,7 @@
 pkgbase=lvm2
 pkgname=('lvm2' 'device-mapper')
 pkgver=2.03.11
-pkgrel=4
+pkgrel=5
 arch=('x86_64')
 url='https://sourceware.org/lvm2/'
 license=('GPL2' 'LGPL2.1')
@@ -17,7 +17,7 @@
         '11-dm-initramfs.rules')
 sha256sums=('SKIP'
             '69976608c4e8217f504c4ce964ab21cea722134cd9b3d0109283b3e2f3a33fbe'
-            '7fae2e70b2bf3d81e5ab8710bf1c76a81e26ec10063978f21bafbdddd3790185'
+            '1c06b4f9ea244b6d0824ab1ad8cc0336047238e33b6d14b61b8447e6f2243615'
             'e10f24b57582d6e2da71f7c80732a62e0ee2e3b867fe84591ccdb53e80fa92e0')
 
 _backports=(

Modified: lvm2_install
===================================================================
--- lvm2_install	2021-02-25 07:42:09 UTC (rev 408794)
+++ lvm2_install	2021-02-25 07:54:51 UTC (rev 408795)
@@ -34,6 +34,7 @@
     add_file "/usr/lib/udev/rules.d/95-dm-notify.rules"
     add_file "/usr/lib/initcpio/udev/11-dm-initramfs.rules" "/usr/lib/udev/rules.d/11-dm-initramfs.rules"
     add_file "/etc/lvm/lvm.conf"
+    sed -i '/^\smonitoring =/s/1/0/' "${BUILDROOT}/etc/lvm/lvm.conf"
 
     # this udev rule is specific for systemd and non-systemd systems
     if command -v add_systemd_unit >/dev/null; then



More information about the arch-commits mailing list