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

Christian Hesse eworm at archlinux.org
Mon Apr 5 23:20:15 UTC 2021


    Date: Monday, April 5, 2021 @ 23:20:14
  Author: eworm
Revision: 411541

add comment about udev rule and why it fails to parse

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

--------------------+
 PKGBUILD           |    2 +-
 install-sd-encrypt |    2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-05 23:16:32 UTC (rev 411540)
+++ PKGBUILD	2021-04-05 23:20:14 UTC (rev 411541)
@@ -22,7 +22,7 @@
             'SKIP'
             'c17e7e0a3dc9567dc6492e6520abac8b04b570e6318bc6ac8965a1839984b0c2'
             'd325dc239ecc9a5324407b0782da6df2573e8491251836d6c4e65fa61339ce57'
-            '5ad260830cbc9c07724bba833a3196c2c07ec9bc3d5ac4a07ead2865b1c72e58')
+            '51d6c7b8bda853db333bed197edb61c4823c4f307e1b68e7e8f5a6224559a366')
 
 build() {
   cd "${srcdir}"/$pkgname-${pkgver}

Modified: install-sd-encrypt
===================================================================
--- install-sd-encrypt	2021-04-05 23:16:32 UTC (rev 411540)
+++ install-sd-encrypt	2021-04-05 23:20:14 UTC (rev 411541)
@@ -15,6 +15,8 @@
     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 "13-dm-disk.rules"
     add_udev_rule "60-fido-id.rules"



More information about the arch-commits mailing list