Bug 911733
| Summary: | cdcollect-debuginfo-0.6.0-16 is empty | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ville Skyttä <ville.skytta> |
| Component: | cdcollect | Assignee: | Rahul Sundaram <metherid> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | dan |
| Target Milestone: | --- | Keywords: | Regression |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-02-15 19:58:20 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 496968 | ||
hmm. the spec file changes I did isn't responsible for it since disabling debuginfo was commented out earlier anyway but I will fix it nevertheless. fixed Sure it was caused by those changes. Placing # in front of "%define debug_package %{nil}" does _not_ comment the %define out in specfile syntax at least in the sense that would cause it to not take effect. But it's good to get rid of confusing constructs like that in specfiles.
|
Another debuginfo regression caused by recent specfile "cleanups": an empty debuginfo package which in this case should be explicitly disabled. %global debug_package %{nil}