Skip to content

Implement better SRPM BuildRequires check

Don Zickus requested to merge srpmreq into os-build

Developers want to build a srpm locally and submit it to a build server like Koji. The current process checks the BuildRequires in the kernel.spec file to ensure all the right packages are there. However, that list includes too many packages. Reduce the list to the bare minimum.

In addition cleanup the Makefile and utilize the original buildreqs-check target better.

Signed-off-by: Don Zickus dzickus@redhat.com

Edited by Don Zickus

Merge request reports