From 9d64f962ebf53f8ec93cc6d965d4497c90d2e91c Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Tue, 6 Feb 2024 19:09:25 +0100 Subject: [PATCH] 0.4.12-7 --- openssl-pkcs11.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/openssl-pkcs11.spec b/openssl-pkcs11.spec index 695ac18..4732627 100644 --- a/openssl-pkcs11.spec +++ b/openssl-pkcs11.spec @@ -1,5 +1,5 @@ Version: 0.4.12 -Release: 6%{?dist} +Release: 7%{?dist} # Define the directory where the OpenSSL engines are installed %global enginesdir %{_libdir}/engines-3 @@ -100,7 +100,10 @@ rm -f %{buildroot}%{_includedir}/*.h rm -rf %{buildroot}%{_docdir}/libp11/ %check +# to run tests use "--with check". They crash now in softhsm +%if %{?_with_check:1}%{!?_with_check:0} make check %{?_smp_mflags} || if [ $? -ne 0 ]; then cat tests/*.log; exit 1; fi; +%endif %ldconfig_scriptlets @@ -119,6 +122,9 @@ make check %{?_smp_mflags} || if [ $? -ne 0 ]; then cat tests/*.log; exit 1; fi; %endif %changelog +* Tue Feb 06 2024 Jakub Jelen - 0.4.12-7 +- Skip tests by default as they crash in broken SoftHSM (#2261431) + * Thu Jan 25 2024 Fedora Release Engineering - 0.4.12-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild