RHEL-24851: Fix soname of the 64-bit version libraries
Merge Request Required Information
Summary of Changes
Build lib*64.so libraries with correct soname to avoid creating mangled symlinks (e.g., libblas.so.3 -> libblas64.so.3.9.0).
This issue arises because rpmbuild automatically generates a symbolic link baed on the soname.
This issue has been reported by multiple users.
- https://issues.redhat.com/browse/RHEL-24851
- https://issues.redhat.com/browse/RHEL-27271
- https://bugs.rockylinux.org/view.php?id=5446
- https://bugs.almalinux.org/view.php?id=482
Approved Development Ticket
All submissions to CentOS Stream must reference an approved ticket in Red Hat Jira. Please follow the CentOS Stream contribution documentation for how to file this ticket and have it approved.