[pcsc-lite/f15] Really apply the patch to disable automatic card power down (#737988)

Kalev Lember kalev at fedoraproject.org
Thu Sep 15 21:06:14 UTC 2011


commit c2b58e4390de061facd6bc51713d2b20fc5a2e44
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Thu Sep 15 22:51:26 2011 +0300

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

 pcsc-lite.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/pcsc-lite.spec b/pcsc-lite.spec
index f5315f5..67bdb32 100644
--- a/pcsc-lite.spec
+++ b/pcsc-lite.spec
@@ -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 at gmail.com> - 1.7.2-4
+- Really apply the patch to disable automatic card power down (#737988)
+
 * Sat Jul 02 2011 Kalev Lember <kalev at smartlink.ee> - 1.7.2-3
 - Sleep before trying to poll again in case of an error (#718375)
 


More information about the scm-commits mailing list