From d49c09474dffa9d3d0f8d24382d36bb5a8ceb770 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Thu, 6 Jun 2024 17:29:51 +0200 Subject: [PATCH] mkosi: Stop skipping pkcs11 test on opensuse A fix was made to the softhsm package so the test now passes. --- mkosi.images/system/mkosi.postinst.chroot | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mkosi.images/system/mkosi.postinst.chroot b/mkosi.images/system/mkosi.postinst.chroot index acb4e631e9..3c8756369d 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 -- 2.25.1