diff --git a/opensc.spec b/opensc.spec index 564cb71..acf2dc8 100644 --- a/opensc.spec +++ b/opensc.spec @@ -13,6 +13,8 @@ Source1: opensc.module Patch1: opensc-0.19.0-pinpad.patch # File caching by default (#2000626) 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: pcsc-lite-devel @@ -52,6 +54,7 @@ every software/card that does so, too. %setup -q %patch1 -p1 -b .pinpad %patch8 -p1 -b .file-cache +%patch9 -p1 -b .pkcs11-tool-import cp -p src/pkcs15init/README ./README.pkcs15init cp -p src/scconf/README.scconf .