Bug 1452335
Summary: | [PATCH] Remove recommends on dnf debuginfo-install | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Colin Walters <walters> |
Component: | gdb | Assignee: | Jan Kratochvil <jan.kratochvil> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | gbenson, jan.kratochvil, palves, pmuldoon, sergiodj, tom |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | gdb-7.99.90.20170420-12.fc27 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-05-20 19:06:15 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Colin Walters
2017-05-18 17:47:01 UTC
And gdb itself is pulled in by abrt: https://bugzilla.redhat.com/show_bug.cgi?id=1452336 (In reply to Colin Walters from comment #0) > For `rpm-ostree` based systems, having `gdb` pull in parts of `dnf` is > problematic (since `dnf` doesnt' work there). Yes, it's just a recommends... > but in practice our tools install them by default. In such case there should be /usr/lib/rpm/macros.d/macros.rpm-ostree setting some rpm variable which gdb.spec could use to disable the debuginfo-install Recommends. Currently I have just moved the Recommends from gdb-headless to gdb which should be right to do anyway. Together with ABRT's Bug 1452336 it should be IMO enough to fix this Bug. > So while the `Recommends` is theoretically right, the value it brings isn't > worth the pain for people building systems not using `dnf`. That is not an unbiased view. It is only in Rawhide as requested, reopen it for other releases. |