I've been poking around the openssl 0.9.7a-20 .spec, and I can't wrap my head around how the /lib/lib{crypto,ssl}.so.4 symlinks get installed via the openssl (or any other) rpm. I think I see how they're created using openssl-0.9.7a-soversion.patch, but after that I'm stumped. There's no mention of those links at all in the %files section. All I can see is %attr(0755,root,root) /%{_lib}/*.so.%{version} There's no mention of /%{_lib}/*.so.%{soversion} at all, so that [heinlein@glenfiddich lib]$ rpm -qf /lib/*.so.4 file /lib/libcrypto.so.4 is not owned by any package file /lib/libssl.so.4 is not owned by any package I ran "rpm -qa --qf '%{NAME}\n---------------\n' --scripts" and grep-ed the results looking for 'crypto' or 'ssl,' but nothing remotely interesting turned up. What am I missing? How can I explain (and duplicate) the installation of /lib/lib{crypto,ssl}.so.4? --Paul Heinlein <heinlein@xxxxxxxxxxx> _______________________________________________ Rpm-list mailing list Rpm-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/rpm-list