From: Li Tian <[email protected]> fedora: add 'fedora' SBAT suffix for UKI addons
Signed-off-by: Li Tian <[email protected]> diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template index blahblah..blahblah 100644 --- a/redhat/kernel.spec.template +++ b/redhat/kernel.spec.template @@ -2722,8 +2722,12 @@ BuildKernel() { # RHEL/CentOS specific .SBAT entries %if 0%{?centos} SBATsuffix="centos" +%else +%if 0%{?fedora} + SBATsuffix="fedora" %else SBATsuffix="rhel" +%endif %endif SBAT=$(cat <<- EOF linux,1,Red Hat,linux,$KernelVer,mailto:[email protected] -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3878 -- _______________________________________________ kernel mailing list -- [email protected] To unsubscribe send an email to [email protected] 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/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
