Accepting request 884050 from Virtualization:Appliances:Images:openSUSE-Tumbleweed

- Install shim everywhere except on RPi (bsc#1182211)

OBS-URL: https://build.opensuse.org/request/show/884050
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kiwi-templates-JeOS?expand=0&rev=25
This commit is contained in:
Dominique Leuenberger 2021-04-12 10:33:52 +00:00 committed by Git OBS Bridge
commit 8823428d44
2 changed files with 10 additions and 1 deletions

View File

@ -261,7 +261,6 @@
<package name="iputils"/> <package name="iputils"/>
<package name="issue-generator"/> <!-- bsc#1084879 --> <package name="issue-generator"/> <!-- bsc#1084879 -->
<package name="vim-small"/> <package name="vim-small"/>
<package name="shim" arch="x86_64"/>
<package name="grub2"/> <package name="grub2"/>
<package name="grub2-arm64-efi" arch="aarch64"/> <package name="grub2-arm64-efi" arch="aarch64"/>
<package name="grub2-branding-openSUSE" bootinclude="true"/> <package name="grub2-branding-openSUSE" bootinclude="true"/>
@ -301,6 +300,11 @@
<package name="firewalld"/> <package name="firewalld"/>
</packages> </packages>
<!-- Shim for secure boot everywhere except for RPi -->
<packages type="image" profiles="kvm-and-xen,VMware,MS-HyperV,OpenStack-Cloud">
<package name="shim" arch="aarch64,x86_64"/>
</packages>
<packages type="image" profiles="kvm-and-xen"> <packages type="image" profiles="kvm-and-xen">
<package name="xen-tools-domU"/> <package name="xen-tools-domU"/>
<package name="xen-libs"/> <package name="xen-libs"/>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 7 13:19:01 UTC 2021 - Fabian Vogt <fvogt@suse.com>
- Install shim everywhere except on RPi (bsc#1182211)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Mar 9 15:44:50 UTC 2021 - Fabian Vogt <fvogt@suse.com> Tue Mar 9 15:44:50 UTC 2021 - Fabian Vogt <fvogt@suse.com>