From 899314b90113abaaa4b22cd1d82a0fcb2a971850 Mon Sep 17 00:00:00 2001 From: Nicholas Bishop Date: Wed, 20 Oct 2021 15:24:58 -0400 Subject: Fix a component version in SBAT.example.md In the bug2 section, the first Debian `.sbat` has a `grub,1` component. But at this point in the story, `grub,1` has been revoked by the update in the bug1 section. Updated it to `grub,2` so that it passes that check. Signed-off-by: Nicholas Bishop --- SBAT.example.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SBAT.example.md') diff --git a/SBAT.example.md b/SBAT.example.md index fa2e9741..930f71a1 100644 --- a/SBAT.example.md +++ b/SBAT.example.md @@ -192,7 +192,7 @@ Debian discovers that they actually shipped bug 0 as well (woops). They produce a new build which fixes it and has the following in `.sbat`: ``` sbat,1,SBAT Version,sbat,1,https://github.com/rhboot/shim/blob/main/SBAT.md -grub,1,Free Software Foundation,grub,2.04,https://www.gnu.org/software/grub/ +grub,2,Free Software Foundation,grub,2.04,https://www.gnu.org/software/grub/ grub.debian,2,Debian,grub2,2.04-13,https://packages.debian.org/source/sid/grub2 ``` -- cgit v1.2.3