update package to 1.9.0

This commit is contained in:
ji_xinjie 2020-07-21 11:12:25 +08:00
parent ffec945912
commit 874ab82613
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
pcsc-lite-1.9.0.tar.bz2 Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: pcsc-lite Name: pcsc-lite
Version: 1.8.23 Version: 1.9.0
Release: 9 Release: 1
Summary: Middleware to access a smart card using SCard API (PC/SC) Summary: Middleware to access a smart card using SCard API (PC/SC)
License: BSD License: BSD
URL: https://pcsclite.apdu.fr/ URL: https://pcsclite.apdu.fr/
@ -82,7 +82,7 @@ mkdir -p %{buildroot}/%{_localstatedir}/run/pcscd
%ldconfig_scriptlets %ldconfig_scriptlets
%files %files
%doc AUTHORS ChangeLog DRIVERS HELP README SECURITY TODO %doc AUTHORS ChangeLog HELP README SECURITY TODO
%doc doc/README.polkit %doc doc/README.polkit
%license COPYING %license COPYING
%dir %{_sysconfdir}/reader.conf.d/ %dir %{_sysconfdir}/reader.conf.d/
@ -112,6 +112,9 @@ mkdir -p %{buildroot}/%{_localstatedir}/run/pcscd
%changelog %changelog
* Tue Jul 21 2020 jixinjie <jixinjie@huawei.com> - 1.9.0-1
- update package to 1.9.0
* Tue Feb 18 2020 Shijie Luo <buildteam@openeuler.org> - 1.8.23-9 * Tue Feb 18 2020 Shijie Luo <buildteam@openeuler.org> - 1.8.23-9
- change to use python3 for pcsc-spy python script. - change to use python3 for pcsc-spy python script.