https://bugzilla.redhat.com/show_bug.cgi?id=1868845



--- Comment #4 from Andy Mender <andymenderu...@gmail.com> ---
Things look mostly clean now. I managed to build everything in a local mock
environment and all of the tests pass now. rpmlint picked up something funny,
though:
xcb-imdkit.x86_64: E: non-standard-executable-perm
/usr/lib64/libxcb-imdkit.so.0.1 555

I checked the permissions of other libs in %{_libdir} and they're typically
755. Inside mock I see the usual "umask 022" calls which should set everything
to 755. rpmlint doesn't complain about the -devel package either. The versioned
SO file inside the xcb-imdkit RPM generated inside mock indeed has permissions
set to 555. Curiously, when I build the package inside a Fedora 32 mock, I get
correct permissions (755) for the SO file.

Here are the `ls -l` records after installing the f32 version of xcb-imdkit on
my system:
lrwxrwxrwx.  1 root root        20 Aug 17 21:42 libxcb-imdkit.so.0 ->
libxcb-imdkit.so.0.1
-rwxr-xr-x.  1 root root    575216 Aug 17 21:42 libxcb-imdkit.so.0.1

Could this be some sort of f32->f34 bug?


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-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/package-review@lists.fedoraproject.org

Reply via email to