From 5889b510fdcf1de1fa34c8712cbee160b3ec755c Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Thu, 8 Feb 2024 11:38:17 +0100 Subject: [PATCH] 0.4.12-8 --- openssl-pkcs11.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openssl-pkcs11.spec b/openssl-pkcs11.spec index 03bd3f6..92aab78 100644 --- a/openssl-pkcs11.spec +++ b/openssl-pkcs11.spec @@ -1,5 +1,5 @@ Version: 0.4.12 -Release: 7%{?dist} +Release: 8%{?dist} # Define the directory where the OpenSSL engines are installed %global enginesdir %{_libdir}/engines-3 @@ -124,6 +124,9 @@ make check %{?_smp_mflags} || if [ $? -ne 0 ]; then cat tests/*.log; exit 1; fi; %endif %changelog +* Thu Feb 08 2024 Jakub Jelen - 0.4.12-8 +- Unbreak OpenSSL version detection for OpenSSL 3.1.x + * Tue Feb 06 2024 Jakub Jelen - 0.4.12-7 - Skip tests by default as they crash in broken SoftHSM (#2261431)