Skip to content

Add rpmbuild --without base option

Michael Hofmann requested to merge mh21_rh/kernel-ark:base-variant into os-build

Currently, it is possible to only build the base variant by specifying --without debug. The same is not true if one wants to only build the debug variant.

Using --with dbgonly will disable base variants, but will also disable a variety of other subpackages.

Keeping the design pattern introduced by --without debug, add a --without base. Rework --with dbgonly to be a superset of this.

Convert .gitlab-ci.yml to use --without debug and --without base` to select kernel variants.

This requires pipeline-definition!1836 (merged) to be merged first. This ensures debug kernels automatically get a --without base.

Signed-off-by: Michael Hofmann mhofmann@redhat.com

Edited by Michael Hofmann

Merge request reports