Description of problem: The latest version of uid_wrapper returns invalid data for lib in pkg-config. They cannot be used by LD_PRELOAD Version-Release number of selected component (if applicable): sh-5.0$ rpm -q uid_wrapper uid_wrapper-1.2.7-1.fc32.x86_64 How reproducible: Deterministic Steps to Reproduce: 1. dnf install -y uid_wrapper 2. LD_PRELOAD=`pkgconf --libs uid_wrapper` UID_WRAPPER=1 UID_WRAPPER_ROOT=1 id Actual results: sh-5.0$ LD_PRELOAD=`pkgconf --libs uid_wrapper` UID_WRAPPER=1 UID_WRAPPER_ROOT=1 id ERROR: ld.so: object 'lib64/libuid_wrapper.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. uid=1000(build) gid=1000(build) groups=1000(build),135(mock) Expected results: sh-5.0$ LD_PRELOAD=`pkgconf --libs uid_wrapper` UID_WRAPPER=1 UID_WRAPPER_ROOT=1 id uid=0(root) gid=0(root) groups=0(root) Additional info: sh-5.0$ cat /usr/lib64/pkgconfig/uid_wrapper.pc Name: uid_wrapper Description: The uid_wrapper library Version: 1.2.7 Libs: lib64/libuid_wrapper.so
the same bug is also in f31
FEDORA-2020-fe538be980 has been submitted as an update to Fedora 31. https://bodhi.fedoraproject.org/updates/FEDORA-2020-fe538be980
uid_wrapper-1.2.7-2.fc31 has been pushed to the Fedora 31 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-fe538be980
I cannot see build for fedora 32 in koji https://koji.fedoraproject.org/koji/packageinfo?packageID=18138 Could you vackport the patch and trigger a build?
uid_wrapper-1.2.7-2.fc31 has been pushed to the Fedora 31 stable repository. If problems still persist, please make note of it in this bug report.