Bugzilla – Bug 133982
pcsc-lite driver packages are invalid
Last modified: 2006-01-20 14:58:39 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
Almost all drivers are updated anyway in the meanwhile. I'll have a look and migrate the rest if possible.
fixed