Skip to content

rpmspec: build debug-* meta-packages if debug builds are disabled

During upstream git snapshot builds, Fedora uses the debug configs to
build the main kernels, and drops the *-debug package variants. However
if someone installs a kernel-debug package for example it'll not update
until the next non-snapshot build. So add support to keep the debug
packages around even for snapshot builds, however in this case, they
will be just meta-packages requiring the main kernel-* packages built
with debug configs.

Signed-off-by: Herton R. Krzesinski <herton@redhat.com>

Merge request reports