Skip to content

[redhat] Makefile: new dist-buildreq-check target

Ben Crocker requested to merge bcrocker/kernel-ark:0114-Makefile into os-build

Add a new dist-buildreq-check target that checks for missing
packages via rpmspec -q --buildrequires, and make dist-configs-prep
dependent on it.

This change is based on suggestions from Josh Poimboeuf, Don Zickus,
and Herton Krzesinski. Ultimately this is Herton's version, which
generates the list of missing packages from an already-created
kernel.spec file.

Signed-off-by: Ben Crocker bcrocker@redhat.com

Edited by Ben Crocker

Merge request reports