[arch-commits] Commit in cryptsetup/trunk (PKGBUILD install-sd-encrypt)

Christian Hesse eworm at archlinux.org
Thu Apr 8 13:45:34 UTC 2021


    Date: Thursday, April 8, 2021 @ 13:45:33
  Author: eworm
Revision: 411742

update sd-encrypt hook

Fixed in systemd 248-4...

Modified:
  cryptsetup/trunk/PKGBUILD
  cryptsetup/trunk/install-sd-encrypt

--------------------+
 PKGBUILD           |    2 +-
 install-sd-encrypt |    5 +----
 2 files changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-08 10:47:01 UTC (rev 411741)
+++ PKGBUILD	2021-04-08 13:45:33 UTC (rev 411742)
@@ -22,7 +22,7 @@
             'SKIP'
             'c17e7e0a3dc9567dc6492e6520abac8b04b570e6318bc6ac8965a1839984b0c2'
             'd325dc239ecc9a5324407b0782da6df2573e8491251836d6c4e65fa61339ce57'
-            '51d6c7b8bda853db333bed197edb61c4823c4f307e1b68e7e8f5a6224559a366')
+            '46af2f1353db1909fc483f20e3fa1e13f1e7c0d14f44c0d6163ce0862916c613')
 
 build() {
   cd "${srcdir}"/$pkgname-${pkgver}

Modified: install-sd-encrypt
===================================================================
--- install-sd-encrypt	2021-04-08 10:47:01 UTC (rev 411741)
+++ install-sd-encrypt	2021-04-08 13:45:33 UTC (rev 411742)
@@ -14,10 +14,7 @@
     fi
     add_checked_modules "/drivers/char/tpm/"
 
-    add_binary "dmsetup"
-    # parsing udev rule with add_udev_rule() fails with comma in string:
-    # TEST!="dm", IMPORT{program}="/usr/bin/dmsetup info ... -o name,uuid,suspended"
-    add_file "/usr/lib/udev/rules.d/10-dm.rules"
+    add_udev_rule "10-dm.rules"
     add_udev_rule "13-dm-disk.rules"
     add_udev_rule "60-fido-id.rules"
     add_udev_rule "95-dm-notify.rules"



More information about the arch-commits mailing list