Bug 100963
Summary: | [patch] Setuid binaries are ignored when building debuginfo package | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux Beta | Reporter: | Robin Green <greenrd> |
Component: | rpm-build | Assignee: | Paul Nasrat <nobody+pnasrat> |
Status: | CLOSED UPSTREAM | QA Contact: | |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | beta1 | CC: | tmraz |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2005-07-13 10:57:07 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Robin Green
2003-07-28 03:10:48 UTC
Just an FYI, this patch causes find-debuginfo to no longer be able to find libraries. Oops, that was silly of me. I introduced a new bug by adding "executable" to the regular expression. All that was needed was to add a .* but I chose to also add something totally irrelevant and, as it turned out, harmful. D'oh! I've changed the sed line to: sed -n -e 's/^\(.*\):[ ]*.*ELF.*, not stripped/\1/p'` to handle the "setuid" lead-in. Added to rpm-4_4, should be in rpm-4.4.2-0.8 when built. Thanks for the patch and comment. *** Bug 147795 has been marked as a duplicate of this bug. *** |