3cb3054de7
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/redhat-rpm-config#68541612591bce70d6ea46de1f747e6259d71636
6 lines
268 B
Plaintext
6 lines
268 B
Plaintext
# Make libfoo.so symlinks require the soname-provide of the target library
|
|
%__libsymlink_requires %{_rpmconfigdir}/elfdeps --provides --soname-only
|
|
%__libsymlink_magic ^symbolic link to .*lib.*\.so\..*$
|
|
%__libsymlink_path ^.*\.so$
|
|
%__libsymlink_flags magic_and_path
|