!3 Fix build error due to openssl update to 3.0
From: @starlet-dx Reviewed-by: @gitee-cmd Signed-off-by: @gitee-cmd
This commit is contained in:
commit
18dee0df33
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user