pcsc-lite-ccid-1.4.34-4

Related: rhbz#1975424
This commit is contained in:
Jakub Jelen 2021-06-25 16:41:29 +02:00
parent 06df9e30b2
commit ffed90cf6a
1 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Name: pcsc-lite-ccid
Version: 1.4.34
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Generic USB CCID smart card reader driver
License: LGPLv2+
@ -68,6 +68,9 @@ cp -p src/openct/LICENSE LICENSE.openct
%changelog
* Fri Jun 25 2021 Jakub Jelen <jjelen@redhat.com> - 1.4.34-4
- Increase the maximum readers count (#1975424)
* Fri Apr 21 2021 Bob Relyea <rrelyea@redhat.com> - 1.4.34-3
- fix %{?dist} tag in Release: line (was missing the ?)