|
|
|
@ -2456,14 +2456,14 @@ BuildKernel() {
|
|
|
|
|
|
|
|
|
|
# RHEL/CentOS specific .SBAT entries
|
|
|
|
|
%if 0%{?centos}
|
|
|
|
|
SBATsuffix="centos"
|
|
|
|
|
SBATsuffix="rhel"
|
|
|
|
|
%else
|
|
|
|
|
SBATsuffix="rhel"
|
|
|
|
|
%endif
|
|
|
|
|
SBAT=$(cat <<- EOF
|
|
|
|
|
linux,1,Red Hat,linux,$KernelVer,mailto:secalert@redhat.com
|
|
|
|
|
linux.$SBATsuffix,1,Red Hat,linux,$KernelVer,mailto:secalert@redhat.com
|
|
|
|
|
kernel-uki-virt.$SBATsuffix,1,Red Hat,kernel-uki-virt,$KernelVer,mailto:secalert@redhat.com
|
|
|
|
|
linux,1,MSVSphere,$KernelVer,mailto:security@msvsphere-os.ru
|
|
|
|
|
linux.$SBATsuffix,1,MSVSphere,$KernelVer,mailto:security@msvsphere-os.ru
|
|
|
|
|
kernel-uki-virt.$SBATsuffix,1,MSVSphere,kernel-uki-virt,$KernelVer,mailto:security@msvsphere-os.ru
|
|
|
|
|
EOF
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|