Really apply the patch to disable automatic card power down (#737988)

This commit is contained in:
Kalev Lember 2011-09-15 22:51:26 +03:00
parent 50b6078550
commit c2b58e4390
1 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Name: pcsc-lite
Version: 1.7.2
Release: 3%{?dist}
Release: 4%{?dist}
Summary: PC/SC Lite smart card framework and applications
Group: System Environment/Daemons
@ -73,6 +73,7 @@ Requires: %{name}-libs = %{version}-%{release}
%patch0 -p0 -b .docinst
%patch1 -p1 -b .rpath64
%patch2 -p1 -b .noautostart
%patch3 -p1 -b .no_auto_power_down
%patch4 -p1 -b .loglevel
%patch5 -p1 -b .pollrate
@ -157,6 +158,9 @@ fi
%changelog
* Thu Sep 15 2011 Kalev Lember <kalevlember@gmail.com> - 1.7.2-4
- Really apply the patch to disable automatic card power down (#737988)
* Sat Jul 02 2011 Kalev Lember <kalev@smartlink.ee> - 1.7.2-3
- Sleep before trying to poll again in case of an error (#718375)