Exclude grub.efi from shim package

This commit is contained in:
Ettore Di Giacinto 2022-09-19 15:00:01 +00:00
parent 72c21ed077
commit ae00795c3d
2 changed files with 5 additions and 2 deletions

View File

@ -6,4 +6,7 @@ steps:
- zypper in -y shim
includes:
- usr/share/efi/.*/*.efi
- usr/share/efi/.*/*.efi
excludes:
# This is shipped by system/grub2-efi
- usr/share/efi/.*/grub.efi

View File

@ -1,4 +1,4 @@
name: "shim"
category: "system"
version: "2.06-150400"
version: "2.06-150401"
license: "GPL-3.0-or-later"