Another debuginfo regression caused by recent specfile "cleanups": an empty debuginfo package which in this case should be explicitly disabled. %global debug_package %{nil}
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.