import opensc-0.20.0-2.el8

This commit is contained in:
CentOS Sources 2020-06-09 19:59:31 +00:00 committed by Andrew Lukoshko
parent 50f1dc1eb1
commit 7558df33bb
2 changed files with 1345 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,7 @@
Name: opensc
Version: 0.20.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Smart card library and applications
Group: System Environment/Libraries
@ -14,6 +14,8 @@ Source1: opensc.module
Patch6: opensc-0.19.0-pinpad.patch
# https://github.com/OpenSC/OpenSC/pull/1772
Patch8: opensc-0.19.0-idprime.patch
# https://github.com/OpenSC/OpenSC/pull/1987
Patch9: opensc-0.20.0-cardos.patch
BuildRequires: pcsc-lite-devel
BuildRequires: readline-devel
@ -44,6 +46,7 @@ every software/card that does so, too.
%setup -q
%patch6 -p1 -b .pinpad
%patch8 -p1 -b .idprime
%patch9 -p1 -b .cardos
cp -p src/pkcs15init/README ./README.pkcs15init
cp -p src/scconf/README.scconf .
@ -202,6 +205,9 @@ fi
%changelog
* Wed May 27 2020 Jakub Jelen <jjelen@redhat.com> - 0.20.0-2
- Unbreak different CardOS 5 configurations supporting raw RSA (#1830856)
* Wed Apr 22 2020 Jakub Jelen <jjelen@redhat.com> - 0.20.0-1
- Rebase to current upstream release (#1810660)