Bug 595384
Summary: | fix soname versions | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Daniel Mach <dmach> |
Component: | dmraid | Assignee: | Heinz Mauelshagen <heinzm> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Red Hat Kernel QE team <kernel-qe> |
Severity: | low | Docs Contact: | |
Priority: | medium | ||
Version: | 6.0 | CC: | agk, dwysocha, heinzm, mbroz, prajnoha, prockai, zkabelac |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-10-13 11:59:50 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
Daniel Mach
2010-05-24 14:01:44 UTC
This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux major release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux Major release. This request is not yet committed for inclusion. Let's update this to incorporate similar clean-ups to those we recently applied to lvm2. (In reply to comment #0) > dmraid uses non-standard soname versioning: > /lib/libdmraid-events-isw.so.1.0.0.rc16 > /lib/libdmraid.so.1.0.0.rc16 > > Could you remove the .rcX suffix? Daniel, the 'standard' naming is provided. The .rcX is for the dmraid versioning purpose. Do you feel this really mandatory to get removed? Heinz, dmraid is the only package in RHEL which didn't pass the test. Every other package (okay, except openssl which has a letter in the version) has only numbers and dots in the .so version. From release-engineering perspective, I'd like to have it changed. Anytime you change package version, soname changes as well and we have to make sure all dependant packages are rebuilt. Daniel, the packages (namely python-pyblock) are being linked against libdmraid.so.1, not the ".rcX" sufficed one anyway, hence no issue with ".rcX" changes. Then this is only about the glob hitting "rcX", no? This issue has been proposed when we are only considering blocker issues in the current Red Hat Enterprise Linux release. It has been denied for the current Red Hat Enterprise Linux release. ** If you would still like this issue considered for the current release, ask your support representative to file as a blocker on your behalf. Otherwise ask that it be considered for the next Red Hat Enterprise Linux release. ** Closing because linking happens vs. numerically suffixed lib. |