|
Bugzilla – Full Text Bug Listing |
| Summary: | pcsc-lite-1.2.9-13.src.rpm has outdated components. | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Stefan Neis <stefan.neis> |
| Component: | Other | Assignee: | Wolfgang Rosenauer <wolfgang.rosenauer> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | ||
| Version: | RC 1 | ||
| Target Milestone: | SUSE Linux 10.1 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Development | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | patch for Info.plist | ||
|
Description
Stefan Neis
2005-09-12 14:08:24 UTC
I agree. I didn't get around to update to the latest versions :-/ We will definitely fix this for 10.1. For 10.0 it's too late though. I'm working on a newer package right now. ------------------------------------------------------------------- Sat Sep 17 11:46:52 CEST 2005 - stark@suse.de - Updated pcsc-lite to version 1.2.9beta8 (#116497) * use /etc/reader.conf.d/ * adapted init script to create /etc/reader.conf - Updated cyberjack driver to version 2.0.9 * use rpath for cyberjack tools - Updated ccid driver to version 0.9.3 (#116497) - Use RPM_OPT_FLAGS everywhere - Fixed serious compiler warnings For testing I've uploaded the new packages for 9.3 and 10.0 to ftp://ftp.suse.com/pub/people/stark/misc/pcsc-lite/ I would be interested in feedback since I can't test all hardware. IMHO at the moment is only missing a update path for /etc/reader.conf since it's simply overwritten now. Closing this for now. Please reopen or open another bug if something is still too old. Created attachment 50408 [details]
patch for Info.plist
According to our testing the installation of the ccid driver seems to be incomplete in the referenced rpms. On startup, pcscd is looking for /usr/lib/readers/ifd-ccid.bundle/Contents/Info.plist. Because that file doesn't exist, USB support is disables. After adding the file (generating it from ccid source), it goes looking for /usr/lib/readers/ifd-ccid.bundle/Contents/libccid.so.0.9.3. After moving /usr/lib/readers/libccid.so to that new location & name, it's working OK. BTW, there's an error in the Info.plist included with ccid-0.9.3 sources, attached is a patch for this generated file. Sorry, a typo in my last comment, that should have been: " ... goes looking for /usr/lib/readers/ifd-ccid.bundle/Contents/Linux/libccid.so.0.9.3." (Note the additional "Linux" in the path). Thanks for your patch. We have to modify ccid-0.9.3/readers/supported_readers.txt instead of Info.plist. Builds with your feedback adressed can be found soon at the same place. fixed for CCID in STABLE |