Bug 911733

Summary: cdcollect-debuginfo-0.6.0-16 is empty
Product: [Fedora] Fedora Reporter: Ville Skyttä <ville.skytta>
Component: cdcollectAssignee: Rahul Sundaram <metherid>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: 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    

Description Ville Skyttä 2013-02-15 19:49:12 UTC
Another debuginfo regression caused by recent specfile "cleanups": an empty debuginfo package which in this case should be explicitly disabled.

%global debug_package %{nil}

Comment 1 Rahul Sundaram 2013-02-15 19:55:50 UTC
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.

Comment 2 Rahul Sundaram 2013-02-15 19:58:20 UTC
fixed

Comment 3 Ville Skyttä 2013-02-15 20:08:05 UTC
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.