From ba90259736b5487445e4c1150cf6c54cde0736a9 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Fri, 8 Oct 2021 13:47:39 +0200 Subject: [PATCH] opensc-0.22.0-2 Related: rhbz#2000626 --- opensc.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/opensc.spec b/opensc.spec index a9ac60a..a749e2c 100644 --- a/opensc.spec +++ b/opensc.spec @@ -3,7 +3,7 @@ Name: opensc Version: 0.22.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Smart card library and applications License: LGPLv2+ @@ -209,6 +209,10 @@ rm %{buildroot}%{_mandir}/man1/opensc-notify.1* %changelog +* Fri Oct 08 2021 Jakub Jelen - 0.22.0-2 +- Unbreak detection of unentrolled smart cards (#2007029) +- Enable file caching by default except for pkcs15-init (#2000626) + * Wed Aug 11 2021 Jakub Jelen - 0.22.0-1 - New upstream release (#1970534)