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)