Fix build error due to openssl update to 3.0

This commit is contained in:
starlet-dx 2023-02-03 17:19:51 +08:00
parent a8b1df4d81
commit 3cd9c77dc9

View File

@ -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 <yaoxin30@h-partners.com> - 1.25.1-2
- Fix build error due to openssl update to 3.0
* Thu Nov 7 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.25.1-1
- Package init