gbuergisser
16th May 2011, 03:10 PM
Hi all,
I'm trying to build a RPM package consisting of some .so files and some symbolic links pointing to these .so files. Just like "libxyz-2.9.so -> libxyz-2.9.so.1".
In the .spec file all the files and symbolic links are explicitly listed in the %files section. When manually extracting the files from the RPM with rpm2cpio the symbolic links are extracted correctly. But when I install the RPM using yum the files pointed to by the symbolic link will be installed instead of the symbolic link!
What am I doing wrong?
Thanks for your help!
I'm trying to build a RPM package consisting of some .so files and some symbolic links pointing to these .so files. Just like "libxyz-2.9.so -> libxyz-2.9.so.1".
In the .spec file all the files and symbolic links are explicitly listed in the %files section. When manually extracting the files from the RPM with rpm2cpio the symbolic links are extracted correctly. But when I install the RPM using yum the files pointed to by the symbolic link will be installed instead of the symbolic link!
What am I doing wrong?
Thanks for your help!