https://bugzilla.redhat.com/show_bug.cgi?id=1266999
Chris Leech <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?([email protected] | |m) --- Comment #4 from Chris Leech <[email protected]> --- Sorry, looks like I gave bad feedback about the executable mode of the plugin DSOs. If they're not executable, they don't get processed for debuginfo. I think this needs to go back to 755 -%{__install} -pm 644 *.so %{buildroot}%{_libdir}/tcmu-runner +%{__install} -pm 755 *.so %{buildroot}%{_libdir}/tcmu-runner and then everything looks good to me. -- 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 [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-review
