Compare commits

..

6 commits

Author SHA1 Message Date
Petr Šabata
9620ac2aae Update the update script
Signed-off-by: Petr Šabata <contyk@redhat.com>
2017-10-16 13:44:07 +02:00
Petr Šabata
2a848e1768 Updating shim to v13
Signed-off-by: Petr Šabata <contyk@redhat.com>
2017-09-12 12:50:55 +02:00
Petr Šabata
6ac7577f57 Syncing shim content with baseruntime-package-lists
Signed-off-by: Petr Šabata <contyk@redhat.com>
2017-08-04 12:53:27 +02:00
Petr Šabata
46866ccb3c Add a Makefile to simplify module updates
Signed-off-by: Petr Šabata <contyk@redhat.com>
2017-08-04 12:52:50 +02:00
Petr Šabata
d721f4da1b Fix the sources definition for shim
Signed-off-by: Petr Šabata <contyk@redhat.com>
2017-05-02 13:06:01 +02:00
Petr Šabata
d01e5166af Initial commit
Signed-off-by: Petr Šabata <contyk@redhat.com>
2017-05-02 12:37:11 +02:00
2 changed files with 34 additions and 0 deletions

6
Makefile Normal file
View file

@ -0,0 +1,6 @@
SOURCE = https://raw.githubusercontent.com/fedora-modularity/baseruntime-package-lists/master/data/Fedora/devel/hp
MODULE = $(shell pwd | sed 's/^.*\///')
BRANCH = $(shell git rev-parse --abbrev-ref HEAD | sed -e 's/^/./' -e 's/^\.master$$//')
update:
curl $(SOURCE)/$(MODULE)$(BRANCH).yaml -o $(MODULE).yaml

28
shim.yaml Normal file
View file

@ -0,0 +1,28 @@
document: modulemd
version: 1
data:
summary: First-stage UEFI bootloader
description: >-
Providing the unsigned shim binaries, this module is a building block
for secure boot-enabled systems.
license:
module: [ MIT ]
dependencies:
buildrequires:
bootstrap: master
references:
community: https://fedoraproject.org/wiki/Host_and_Platform
documentation: https://github.com/fedora-modularity/hp
tracker: https://github.com/fedora-modularity/hp/issues
components:
rpms:
# shim-unsigned-aarch64-13-0.1
shim-unsigned-aarch64:
rationale: >-
Provides the unsigned binaries for aarch64.
ref: 2a4df371655a69baae2d4da873b5dcfa388962bf
# shim-unsigned-x64-13-0.1
shim-unsigned-x64:
rationale: >-
Provides the unsigned binaries for i686 and x86_64.
ref: f97aaac87f1b9d72f5637164831e1bfcda4676ec