Use RHEL distro SBAT data also for CentOS Stream
We were adding a CentOS Stream specific SBAT component entry, but doesn't really make sense since the RHEL 9 content is exactly the same. Otherwise, in case of a revocation there will be needed two entries in the SbatLevel variable for no good reasons. Related: rhbz#1947696 Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
This commit is contained in:
parent
09511e8638
commit
3131f9646a
@ -14,7 +14,7 @@
|
|||||||
Name: grub2
|
Name: grub2
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.06~rc1
|
Version: 2.06~rc1
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Bootloader with support for Linux, Multiboot and more
|
Summary: Bootloader with support for Linux, Multiboot and more
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: http://www.gnu.org/software/grub/
|
URL: http://www.gnu.org/software/grub/
|
||||||
@ -555,6 +555,10 @@ mv ${EFI_HOME}/grub.cfg.stb ${EFI_HOME}/grub.cfg
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 13 2021 Javier Martinez Canillas <javierm@redhat.com> - 2.06~rc1-5
|
||||||
|
- Use RHEL distro SBAT data also for CentOS Stream
|
||||||
|
Related: rhbz#1947696
|
||||||
|
|
||||||
* Fri Apr 09 2021 Javier Martinez Canillas <javierm@redhat.com> - 2.06~rc1-4
|
* Fri Apr 09 2021 Javier Martinez Canillas <javierm@redhat.com> - 2.06~rc1-4
|
||||||
- Update distro SBAT entry to contain information about CentOS Stream
|
- Update distro SBAT entry to contain information about CentOS Stream
|
||||||
Related: rhbz#1947696
|
Related: rhbz#1947696
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
sbat,1,SBAT Version,sbat,1,https://github.com/rhboot/shim/blob/main/SBAT.md
|
sbat,1,SBAT Version,sbat,1,https://github.com/rhboot/shim/blob/main/SBAT.md
|
||||||
grub,1,Free Software Foundation,grub,@@VERSION@@,https//www.gnu.org/software/grub/
|
grub,1,Free Software Foundation,grub,@@VERSION@@,https//www.gnu.org/software/grub/
|
||||||
grub.centos,1,CentOS Stream,grub2,@@VERSION_RELEASE@@,https://gitlab.com/redhat/centos-stream/rpms/grub2
|
grub.rhel,1,Red Hat Enterprise Linux,grub2,@@VERSION_RELEASE@@,mail:secalert@redhat.com
|
||||||
|
Loading…
Reference in New Issue
Block a user