Bug 111363
Summary: | rpm-build should Requires: elfutils | ||
---|---|---|---|
Product: | [Retired] Red Hat Raw Hide | Reporter: | Maxim Dziumanenko <dziumanenko> |
Component: | rpm-build | Assignee: | Jeff Johnson <jbj> |
Status: | CLOSED WONTFIX | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 1.0 | CC: | matthias |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2003-12-05 14:03:45 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
Maxim Dziumanenko
2003-12-02 16:41:39 UTC
Triage->Easyfix rpn-build has Requires: libelf.so.1 contained in the elfutils packages already. libelf.so.1 belongs to elfutils-libelf, but eu-strip belongs to elfutils. This is the OTHER package. elfutils-libelf doesn't depend on elfutils too. Thus rpm-build should Requires: elfutils Please, try to reproduce it. eu-strip is mentioned only in find-debuginfo.sh, used to produce -debuginfo packages, which is not enabled by default. Hence no dependency. FWIW, I've opened bug #132633 in which I ask to have elfutils added as a dependency to redhat-rpm-config, since that is the package responsible for the debuginfo stuff and all. Seems like the right solution to me. |