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

Christian Hesse eworm at archlinux.org
Thu Apr 11 11:21:22 UTC 2019


    Date: Thursday, April 11, 2019 @ 11:21:22
  Author: eworm
Revision: 350576

upgpkg: lvm2 2.02.184-4

try again, with fix on top

Modified:
  lvm2/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-11 11:18:24 UTC (rev 350575)
+++ PKGBUILD	2019-04-11 11:21:22 UTC (rev 350576)
@@ -4,7 +4,7 @@
 pkgbase=lvm2
 pkgname=('lvm2' 'device-mapper')
 pkgver=2.02.184
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 url='https://sourceware.org/lvm2/'
 license=('GPL2' 'LGPL2.1')
@@ -25,7 +25,9 @@
 
 _backports=(
   # systemd: add missing Before=shutdown.target to LVM2 services to fix shutdown ordering
-  #'0a726a7e268b31856615491809af73bda5d4d6f9'
+  '0a726a7e268b31856615491809af73bda5d4d6f9'
+  # systemd: put back DefaultDependencies=no for lvmpolld and lvmetad socket unit
+  '03d6cfdd99fb1c2fd85721ab6faebbb1b6658873'
 )
 
 prepare() {



More information about the arch-commits mailing list