Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pkcs11-helper for openSUSE:Factory checked in at 2026-03-24 18:47:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pkcs11-helper (Old) and /work/SRC/openSUSE:Factory/.pkcs11-helper.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pkcs11-helper" Tue Mar 24 18:47:51 2026 rev:31 rq:1341903 version:1.31.0 Changes: -------- --- /work/SRC/openSUSE:Factory/pkcs11-helper/pkcs11-helper.changes 2026-01-18 22:19:15.572583621 +0100 +++ /work/SRC/openSUSE:Factory/.pkcs11-helper.new.8177/pkcs11-helper.changes 2026-03-24 18:47:57.076211921 +0100 @@ -1,0 +2,5 @@ +Sun Mar 22 20:56:08 UTC 2026 - Lucas Mulling <[email protected]> + +- Add explicit config for kryoptic during tests (bsc#1259698) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pkcs11-helper.spec ++++++ --- /var/tmp/diff_new_pack.qeRTi3/_old 2026-03-24 18:47:57.668235920 +0100 +++ /var/tmp/diff_new_pack.qeRTi3/_new 2026-03-24 18:47:57.672236083 +0100 @@ -95,6 +95,7 @@ %if %{with test} --with-test-provider=%{_libdir}/pkcs11/libkryoptic_pkcs11.so \ --enable-tests \ + --enable-debug=yes \ %endif --disable-static \ --enable-doc \ @@ -117,6 +118,12 @@ %check %if %{with test} +mkdir -p ~/.config/kryoptic/ +cat <<EOF > ~/.config/kryoptic/token.conf +[[slots]] +slot = 1 +dbtype = "sqlite" +EOF %make_build check %endif
