Fix build error due to openssl update to 3.0
This commit is contained in:
parent
a8b1df4d81
commit
3cd9c77dc9
@ -1,6 +1,6 @@
|
|||||||
Name: pkcs11-helper
|
Name: pkcs11-helper
|
||||||
Version: 1.25.1
|
Version: 1.25.1
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: A library that simplifies the interaction with PKCS#11 providers
|
Summary: A library that simplifies the interaction with PKCS#11 providers
|
||||||
License: BSD and GPLv2
|
License: BSD and GPLv2
|
||||||
URL: https://github.com/OpenSC/OpenSC/wiki
|
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
|
Patch1: pkcs11-helper-rfc7512.patch
|
||||||
|
|
||||||
BuildRequires: gcc openssl-devel doxygen
|
BuildRequires: gcc compat-openssl11-devel doxygen
|
||||||
|
|
||||||
%description
|
%description
|
||||||
PKCS#11 is published standard. PKCS#11 is the de-facto standard to access cryptographic devices.
|
PKCS#11 is published standard. PKCS#11 is the de-facto standard to access cryptographic devices.
|
||||||
@ -25,7 +25,7 @@ decryption.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: automake openssl-devel
|
Requires: automake compat-openssl11-devel
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains the development files for %{name}.
|
This package contains the development files for %{name}.
|
||||||
@ -65,5 +65,8 @@ This package contains the development files for %{name}.
|
|||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Nov 7 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.25.1-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user