Feature #289
offenversioning gwenhywfar chipcard libraries
100%
Beschreibung
As part of packaging libchipcard available for Fedora, which is discussed at
https://bugzilla.redhat.com/show_bug.cgi?id=2035958#c13,
it was suggested to raise upstream, i.e. here, that
the so-files
libchipcard: /usr/lib64/gwenhywfar/plugins/79/ct/chiptanusb.so
libchipcard: /usr/lib64/gwenhywfar/plugins/79/ct/ddvcard.so
libchipcard: /usr/lib64/gwenhywfar/plugins/79/ct/starcoscard.so
libchipcard: /usr/lib64/gwenhywfar/plugins/79/ct/zkacard.so
would ideally be versioned.
Von martin vor fast 3 Jahren aktualisiert
- Status wurde von New zu Feedback geändert
Those are plugin modules which aren't generally versioned. How would that work anyway? The modules are loaded with dlopen() which doesn't provide a mechanism for versioning.
However, those modules are versioned in regards to the Gwenhywfar version they are compiled for (using specific paths for different versions of Gwenhywfar). Since installing multiple versions of Libchipcard isn't supported anyway this should be enough.
Von ilippert vor fast 3 Jahren aktualisiert
Thanks a lot, people over there at Fedora agreed ;) So. this issue can be closed/archived/ignored. Thanks again!