On 2023-01-28 15:23, Fabio Valentini wrote:
If I understand things correctly, this is not entirely true. RPM
generates a dependency for the soname / soversion, and some projects
include not only X, but all of X.Y.Z in that, which RPM will happily
generate Provides / Requires for


$ ls -l /lib64/libnghttp2.so.14*
lrwxrwxrwx. 1 root root     21 Nov 21 05:45 /lib64/libnghttp2.so.14 -> libnghttp2.so.14.24.1*
-rwxr-xr-x. 1 root root 173696 Nov 21 05:45 /lib64/libnghttp2.so.14.24.1*

$ ldd /lib64/libsoup-3.0.so.0 | grep libnghttp
    libnghttp2.so.14 => /lib64/libnghttp2.so.14 (0x00007f08fb366000)

$ rpm -q libsoup3 --requires | grep libnghttp2
libnghttp2.so.14()(64bit)
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to