Initial commit
Signed-off-by: Petr Šabata <contyk@redhat.com>
This commit is contained in:
parent
fc5276a9a3
commit
d01e5166af
1 changed files with 26 additions and 0 deletions
26
shim.yaml
Normal file
26
shim.yaml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
document: modulemd
|
||||
version: 1
|
||||
data:
|
||||
summary: First-stage UEFI bootloader
|
||||
description: This module contains unsigned shim packages.
|
||||
license:
|
||||
module: [ MIT ]
|
||||
dependencies:
|
||||
buildrequires:
|
||||
bootstrap: master
|
||||
references:
|
||||
community: https://fedoraproject.org/wiki/BaseRuntime
|
||||
documentation: https://github.com/fedora-modularity/base-runtime
|
||||
tracker: https://github.com/fedora-modularity/base-runtime/issues
|
||||
api:
|
||||
rpms: [ shim-unsigned ]
|
||||
components:
|
||||
rpms:
|
||||
# shim-0.9-1.*
|
||||
shim:
|
||||
rationale: Provides the x86_64 shim-unsigned binaries.
|
||||
ref: 5c4aeae5d01f35d49c361a60ec1b8726a543c2a8
|
||||
# shim-unsigned-aarch64-0.9-1.f24
|
||||
shim-unsigned-aarch64:
|
||||
rationale: Provides the aarch64 shim-unsigned binaries.
|
||||
ref: ae09b5fe2bac419ce2b49bded0487d133bd53919
|
||||
Loading…
Add table
Add a link
Reference in a new issue