Fix import using pkcs11-tool and OpenSSL 3.0
Resolves: RHEL-280
This commit is contained in:
parent
399c3d3b19
commit
77fb73f18e
@ -13,6 +13,8 @@ Source1: opensc.module
|
|||||||
Patch1: opensc-0.19.0-pinpad.patch
|
Patch1: opensc-0.19.0-pinpad.patch
|
||||||
# File caching by default (#2000626)
|
# File caching by default (#2000626)
|
||||||
Patch8: %{name}-0.22.0-file-cache.patch
|
Patch8: %{name}-0.22.0-file-cache.patch
|
||||||
|
# https://github.com/OpenSC/OpenSC/pull/2656
|
||||||
|
Patch9: %{name}-0.23.0-pkcs11-tool-import.patch
|
||||||
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: pcsc-lite-devel
|
BuildRequires: pcsc-lite-devel
|
||||||
@ -52,6 +54,7 @@ every software/card that does so, too.
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1 -b .pinpad
|
%patch1 -p1 -b .pinpad
|
||||||
%patch8 -p1 -b .file-cache
|
%patch8 -p1 -b .file-cache
|
||||||
|
%patch9 -p1 -b .pkcs11-tool-import
|
||||||
|
|
||||||
cp -p src/pkcs15init/README ./README.pkcs15init
|
cp -p src/pkcs15init/README ./README.pkcs15init
|
||||||
cp -p src/scconf/README.scconf .
|
cp -p src/scconf/README.scconf .
|
||||||
|
Loading…
Reference in New Issue
Block a user