Bug 436497
Summary: | Valid dlopen'd DSO SONAME being flagged as invalid | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Thomas Fitzsimmons <fitzsim> |
Component: | rpmlint | Assignee: | Ville Skyttä <ville.skytta> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | CC: | manuel.wolfshant, tmz |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-03-07 18:19:02 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Thomas Fitzsimmons
2008-03-07 16:10:55 UTC
This is Rawhide rpmlint: $ rpm -q rpmlint rpmlint-0.82-3.fc9 My suggestion would be that rpmlint recognize DSOs that 1) have versionless SONAMEs and 2) are not in a standard library location as valid implementation-private dlopen'd DSOs. As far as I can tell, SONAMEs are all about versioning, and versionless SONAMEs do not have any value, no matter where the files they're in are installed in. Shouldn't the unversioned SONAMEs in your example cases be just removed? Closing as dupe of bug 235486, feel free to reopen with an explanation if my understanding is incorrect. *** This bug has been marked as a duplicate of 235486 *** |