From: Daan De Meyer Date: Thu, 6 Jun 2024 15:29:51 +0000 (+0200) Subject: mkosi: Stop skipping pkcs11 test on opensuse X-Git-Tag: v256-rc4~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d49c09474dffa9d3d0f8d24382d36bb5a8ceb770;p=thirdparty%2Fsystemd.git mkosi: Stop skipping pkcs11 test on opensuse A fix was made to the softhsm package so the test now passes. --- diff --git a/mkosi.images/system/mkosi.postinst.chroot b/mkosi.images/system/mkosi.postinst.chroot index acb4e631e9c..3c8756369d7 100755 --- a/mkosi.images/system/mkosi.postinst.chroot +++ b/mkosi.images/system/mkosi.postinst.chroot @@ -56,10 +56,6 @@ systemd-repart \ "$OUTPUTDIR/keydev.raw" can_test_pkcs11() { - if [[ "$DISTRIBUTION" == "opensuse" ]]; then - echo "softhsm is broken on opensuse (https://bugzilla.opensuse.org/show_bug.cgi?id=1224356), skipping the PKCS#11 test" >&2 - return 1 - fi if ! command -v "softhsm2-util" >/dev/null; then echo "softhsm2-util not available, skipping the PKCS#11 test" >&2 return 1