Bug 133982

Summary: pcsc-lite driver packages are invalid
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Simon Eisenmann <simon>
Component: BasesystemAssignee: Marian Jancar <mjancar>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: unspecified   
Target Milestone: ---   
Hardware: x86   
OS: SuSE Linux 10.0   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Simon Eisenmann 2005-11-16 13:30:53 UTC
All the driver packages for pcsc-lite (eg. pcsc-ccid) are missing files and required file structure. Thus none of the drivers are recognized by the pcsc daemon and all the hotplug features are not working. Installing the .so files (like it is done at the moment) makes no sense.

To fix that, the rpm build script needs to call make install for any of the drivers, as only make install generates the required metadata files and filestructure (eg the bundle files).

I created a fixeded SRPMS for SuSE 9.3 which are available at http://packages.struktur.de/linux/suse93/pcsc-lite-1.2.9-1.struktur.src.rpm (only includes the ccid subpackage though). This RPM will probably build on SuSE 10.0 as well.

Please note that the usb drivers also depend on a fixed libusb .. see #133978
Comment 1 Wolfgang Rosenauer 2006-01-02 06:55:54 UTC
Almost all drivers are updated anyway in the meanwhile.
I'll have a look and migrate the rest if possible.
Comment 2 Marian Jancar 2006-01-20 14:58:39 UTC
fixed