From: Prarit Bhargava <prarit@xxxxxxxxxx> redhat/Makefile: Provide better system-sb-certs missing package message Most of the kernel build dependencies come from widely known repositories including EPEL, RHEL, and Fedora. The system-sb-certs package comes from a smaller RHEL repository called CodeReady Linux Builder (CRB). Provide a better system-sb-certs missing package message that points users to the CRB repository. Signed-off-by: Prarit Bhargava <prarit@xxxxxxxxxx> diff --git a/redhat/Makefile b/redhat/Makefile index blahblah..blahblah 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -456,6 +456,9 @@ dist-buildreq-check: setup-source done; \ if [ -n "$$MISSING" ]; then \ echo "Error: please install $$MISSING"; \ + if echo "$$MISSING" | grep -q system-sb-certs ; then \ + echo "Error: system-sb-certs can be installed from the CodeReady Linux Builder (CRB) repository."; \ + fi; \ exit 1; \ fi -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1900 _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure