[pcsc-lite] Remove the automatic card power down disabling patch again (#737988)

Kalev Lember kalev at fedoraproject.org
Mon Oct 10 16:44:11 UTC 2011


commit 96a526ad7ddffa14c04c86346a9932694c7b0447
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Mon Oct 10 19:40:01 2011 +0300

    Remove the automatic card power down disabling patch again (#737988)
    
    According to the bug report, pcsc-lite now works fine with latest
    libusb1 1.0.9 rc1 and the patch can be removed.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=737988

 pcsc-lite-1.6.6-no_auto_power_down.patch |   24 ------------------------
 pcsc-lite.spec                           |   10 +++++-----
 2 files changed, 5 insertions(+), 29 deletions(-)
---
diff --git a/pcsc-lite.spec b/pcsc-lite.spec
index 4e598d4..f99465f 100644
--- a/pcsc-lite.spec
+++ b/pcsc-lite.spec
@@ -2,7 +2,7 @@
 
 Name:           pcsc-lite
 Version:        1.7.4
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        PC/SC Lite smart card framework and applications
 
 Group:          System Environment/Daemons
@@ -14,9 +14,6 @@ Source0:        http://alioth.debian.org/download.php/%{upstream_build}/%{name}-
 Patch0:         0001-Support-systemd-socket-activation.patch
 Patch1:         0002-Add-disable-autostart-option.patch
 Patch2:         0003-Install-systemd-service-files.patch
-# Disable automatic card power down which seems to be unreliable at this point
-# https://bugzilla.redhat.com/show_bug.cgi?id=737988
-Patch3:         pcsc-lite-1.6.6-no_auto_power_down.patch
 
 BuildRequires:  automake libtool
 BuildRequires:  libudev-devel
@@ -70,7 +67,6 @@ Requires:       %{name}-libs = %{version}-%{release}
 %patch0 -p2 -b .socket_activation
 %patch1 -p2 -b .noautostart
 %patch2 -p2 -b .service_files
-%patch3 -p1 -b .no_auto_power_down
 
 autoreconf -f
 
@@ -174,6 +170,10 @@ fi
 
 
 %changelog
+* Mon Oct 10 2011 Kalev Lember <kalevlember at gmail.com> - 1.7.4-6
+- Remove the automatic card power down disabling patch again;
+  no longer needed with latest libusb1 1.0.9 rc1 (#737988)
+
 * Fri Sep 16 2011 Kalev Lember <kalevlember at gmail.com> - 1.7.4-5
 - Reapply the patch to disable automatic card power down (#737988)
 


More information about the scm-commits mailing list