From 558dcc786c723d325751388af3efd29898ade034 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 17 Jul 2021 14:14:55 +0300 Subject: [PATCH] efibootmgr ver. bump --- system/boot/efibootmgr/actions.py | 2 ++ system/boot/efibootmgr/pspec.xml | 9 ++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/system/boot/efibootmgr/actions.py b/system/boot/efibootmgr/actions.py index 4b253ac6e0..959c2ea5c9 100644 --- a/system/boot/efibootmgr/actions.py +++ b/system/boot/efibootmgr/actions.py @@ -10,6 +10,8 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def build(): + shelltools.system("sed -e '/extern int efi_set_verbose/d' -i src/efibootmgr.c") + shelltools.export("CFLAGS", "-Os") autotools.make("EFIDIR='/boot/EFI'") diff --git a/system/boot/efibootmgr/pspec.xml b/system/boot/efibootmgr/pspec.xml index 249ce4e7f5..2047ac9e28 100644 --- a/system/boot/efibootmgr/pspec.xml +++ b/system/boot/efibootmgr/pspec.xml @@ -12,7 +12,7 @@ app:console Tool to modify UEFI Firmware Boot Manager Variables a Linux user-space application to modify the Intel Extensible Firmware Interface (EFI) Boot Manager. - https://github.com/rhinstaller/efibootmgr/releases/download/16/efibootmgr-16.tar.bz2 + https://github.com/rhboot/efibootmgr/archive/refs/tags/17.tar.gz pciutils-devel zlib-devel @@ -46,6 +46,13 @@ + + 2021-07-17 + 17 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-12-09 16