From 3cd9c77dc993e91a5f2df0b435d9e2ebcdce47cf Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Fri, 3 Feb 2023 17:19:51 +0800 Subject: [PATCH] Fix build error due to openssl update to 3.0 --- pkcs11-helper.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pkcs11-helper.spec b/pkcs11-helper.spec index a91462a..260a2d9 100644 --- a/pkcs11-helper.spec +++ b/pkcs11-helper.spec @@ -1,6 +1,6 @@ Name: pkcs11-helper Version: 1.25.1 -Release: 1 +Release: 2 Summary: A library that simplifies the interaction with PKCS#11 providers License: BSD and GPLv2 URL: https://github.com/OpenSC/OpenSC/wiki @@ -8,7 +8,7 @@ Source0: https://github.com/OpenSC/%{name}/releases/download/%{name}-%{ve Patch1: pkcs11-helper-rfc7512.patch -BuildRequires: gcc openssl-devel doxygen +BuildRequires: gcc compat-openssl11-devel doxygen %description PKCS#11 is published standard. PKCS#11 is the de-facto standard to access cryptographic devices. @@ -25,7 +25,7 @@ decryption. %package devel Summary: Development files for %{name} Requires: %{name} = %{version}-%{release} -Requires: automake openssl-devel +Requires: automake compat-openssl11-devel %description devel This package contains the development files for %{name}. @@ -65,5 +65,8 @@ This package contains the development files for %{name}. %{_mandir}/man8/* %changelog +* Fri Feb 03 2023 yaoxin - 1.25.1-2 +- Fix build error due to openssl update to 3.0 + * Thu Nov 7 2019 openEuler Buildteam - 1.25.1-1 - Package init